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:



7101
7102
7103
7104
7105
7106
# File 'lib/aws-sdk-s3control/types.rb', line 7101

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

#ownerTypes::S3ObjectOwner



7101
7102
7103
7104
7105
7106
# File 'lib/aws-sdk-s3control/types.rb', line 7101

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