Class: Aws::S3::Types::Grantee
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Grantee
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Container for the person being granted permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
-
#email_address ⇒ String
-
#id ⇒ String
The canonical user ID of the grantee.
-
#type ⇒ String
Type of grantee.
-
#uri ⇒ String
URI of the grantee group.
Instance Attribute Details
#display_name ⇒ String
9148 9149 9150 9151 9152 9153 9154 9155 9156 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9148 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
9148 9149 9150 9151 9152 9153 9154 9155 9156 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9148 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The canonical user ID of the grantee.
9148 9149 9150 9151 9152 9153 9154 9155 9156 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9148 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |