Class: Aws::S3::Types::GetBucketAclOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::Grant>

A list of grants.



6564
6565
6566
6567
6568
6569
# File 'lib/aws-sdk-s3/types.rb', line 6564

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

#ownerTypes::Owner

Container for the bucket owner’s ID.



6564
6565
6566
6567
6568
6569
# File 'lib/aws-sdk-s3/types.rb', line 6564

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