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.

Returns:



2420
2421
2422
2423
2424
# File 'lib/aws-sdk-s3/types.rb', line 2420

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

#ownerTypes::Owner

Returns:



2420
2421
2422
2423
2424
# File 'lib/aws-sdk-s3/types.rb', line 2420

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