GranteeResponse

data class GranteeResponse(val displayName: String? = null, val emailAddress: String? = null, val id: String? = null, val type: TypeEnumValueResponse? = null, val uri: String? = null)

Definition of Grantee

Constructors

Link copied to clipboard
constructor(displayName: String? = null, emailAddress: String? = null, id: String? = null, type: TypeEnumValueResponse? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Screen name of the grantee.

Link copied to clipboard
val emailAddress: String? = null

Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

Link copied to clipboard
val id: String? = null

The canonical user ID of the grantee.

Link copied to clipboard

Type of grantee

Link copied to clipboard
val uri: String? = null

URI of the grantee group.