Class: Aws::S3Control::Types::S3Grant

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

#granteeTypes::S3Grantee

Returns:



7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7149

class S3Grant < Struct.new(
  :grantee,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

Returns:

  • (String)


7149
7150
7151
7152
7153
7154
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7149

class S3Grant < Struct.new(
  :grantee,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end