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.
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)