TargetGrant
public struct TargetGrant : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Container for the person being granted permissions.
Declaration
Swift
public let grantee: Grantee?
-
Logging permissions assigned to the Grantee for the bucket.
Declaration
Swift
public let permission: BucketLogsPermission?
-
Undocumented
Declaration
Swift
public init(grantee: Grantee? = nil, permission: BucketLogsPermission? = nil)