Instance Propertyswift-cloud 0.24.0CloudCore
grants
A list of grants.
@OptionalCustomCoding<ArrayCoder<S3.GetObjectAclOutput._GrantsEncoding, S3.Grant>> var grants: [Grant]? { get set }
A list of grants.
@OptionalCustomCoding<ArrayCoder<S3.GetObjectAclOutput._GrantsEncoding, S3.Grant>> var grants: [Grant]? { get set }
s9CloudCore2S3V18GetObjectAclOutputV6grantsSayAC5GrantVGSgvp
What are these?11DJA
import CloudCore
struct GetObjectAclOutput
struct S3
Service object for interacting with AWS S3 service.
struct _GrantsEncoding
struct Grant
init(from decoder: Decoder) throws
init(grants: [Grant]? = nil, owner: Owner? = nil, requestCharged: RequestCharged? = nil)
let owner: Owner?
Container for the bucket owner’s display name and ID.
let requestCharged: RequestCharged?