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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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.

Returns:



5426
5427
5428
5429
5430
5431
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5426

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

#ownerTypes::Owner

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

Returns:



5426
5427
5428
5429
5430
5431
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5426

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