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:



8007
8008
8009
8010
8011
8012
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8007

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

#permissionString

Specifies the permission given to the grantee.

Returns:

  • (String)


8007
8008
8009
8010
8011
8012
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8007

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