GetObjectAclOutput
public struct GetObjectAclOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of grants.
Declaration
Swift
public let grants: [Grant]?
-
Container for the bucket owner’s display name and ID.
Declaration
Swift
public let owner: Owner?
-
Undocumented
Declaration
Swift
public let requestCharged: RequestCharged?
-
Undocumented
Declaration
Swift
public init(grants: [Grant]? = nil, owner: Owner? = nil, requestCharged: RequestCharged? = nil)