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:



7081
7082
7083
7084
7085
7086
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7081

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

#ownerTypes::S3ObjectOwner



7081
7082
7083
7084
7085
7086
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7081

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