Grantee
public struct Grantee : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Screen name of the grantee.
Declaration
Swift
public let displayName: String?
-
Email address of the grantee. Using email addresses to specify a grantee is only supported in the following AWS 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 AWS General Reference.
Declaration
Swift
public let emailAddress: String?
-
The canonical user ID of the grantee.
Declaration
Swift
public let id: String?
-
Type of grantee
Declaration
Swift
public let type: Type
-
URI of the grantee group.
Declaration
Swift
public let uri: String?
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, emailAddress: String? = nil, id: String? = nil, type: Type, uri: String? = nil)