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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::S3Grant>

Returns:



6854
6855
6856
6857
6858
6859
# File 'lib/aws-sdk-s3control/types.rb', line 6854

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

#ownerTypes::S3ObjectOwner



6854
6855
6856
6857
6858
6859
# File 'lib/aws-sdk-s3control/types.rb', line 6854

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