Class: Aws::S3::Types::Grant

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Container for grant information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#granteeTypes::Grantee

The person being granted permissions.

Returns:



7714
7715
7716
7717
7718
7719
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7714

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

#permissionString

Specifies the permission given to the grantee.

Returns:

  • (String)


7714
7715
7716
7717
7718
7719
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7714

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