Class: Aws::S3Control::Types::S3AccessControlList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::S3Grant>

Returns:



6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6677

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

#ownerTypes::S3ObjectOwner



6677
6678
6679
6680
6681
6682
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6677

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