AwsS3AccessControlPolicyPropertiesResponse

data class AwsS3AccessControlPolicyPropertiesResponse(val grants: List<GrantResponse>? = null, val owner: OwnerResponse? = null)

Definition of awsS3AccessControlPolicy

Constructors

constructor(grants: List<GrantResponse>? = null, owner: OwnerResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val grants: List<GrantResponse>? = null

A list of grants.

Link copied to clipboard
val owner: OwnerResponse? = null

Container for the bucket owner's display name and ID.