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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::Grant>

A list of grants.



2535
2536
2537
2538
2539
# File 'lib/aws-sdk-s3/types.rb', line 2535

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

#ownerTypes::Owner



2535
2536
2537
2538
2539
# File 'lib/aws-sdk-s3/types.rb', line 2535

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