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:



6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6971

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

#permissionString

Returns:

  • (String)


6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6971

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