Class: Aws::S3::Types::AccessControlPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Contains the elements that set the ACL permissions for an object per grantee.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::Grant>

A list of grants.

Returns:



176
177
178
179
180
181
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 176

class AccessControlPolicy < Struct.new(
  :grants,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#ownerTypes::Owner

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

Returns:



176
177
178
179
180
181
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 176

class AccessControlPolicy < Struct.new(
  :grants,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end