Class: Aws::S3::Types::GetBucketAclOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAclOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#grants ⇒ Array<Types::Grant>
A list of grants.
- #owner ⇒ Types::Owner
Instance Attribute Details
#grants ⇒ Array<Types::Grant>
A list of grants.
2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-s3/types.rb', line 2420 class GetBucketAclOutput < Struct.new( :owner, :grants) include Aws::Structure end |
#owner ⇒ Types::Owner
2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-s3/types.rb', line 2420 class GetBucketAclOutput < Struct.new( :owner, :grants) include Aws::Structure end |