Class: Aws::Glacier::Types::Grantee
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::Grantee
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains information about the grantee.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
Screen name of the grantee.
-
#email_address ⇒ String
Email address of the grantee.
-
#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
Screen name of the grantee.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-glacier/types.rb', line 1061 class Grantee < Struct.new( :type, :display_name, :uri, :id, :email_address) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
Email address of the grantee.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-glacier/types.rb', line 1061 class Grantee < Struct.new( :type, :display_name, :uri, :id, :email_address) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The canonical user ID of the grantee.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-glacier/types.rb', line 1061 class Grantee < Struct.new( :type, :display_name, :uri, :id, :email_address) SENSITIVE = [] include Aws::Structure end |