Class: Aws::Types::Grantee
- Inherits:
-
Object
- Object
- Aws::Types::Grantee
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "AmazonCustomerByEmail", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
251 252 253 |
# File 'sig/types.rbs', line 251 def email_address @email_address end |
#id ⇒ ::String
Returns the value of attribute id.
250 251 252 |
# File 'sig/types.rbs', line 250 def id @id end |
#type ⇒ "AmazonCustomerByEmail", ...
Returns the value of attribute type.
247 248 249 |
# File 'sig/types.rbs', line 247 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
249 250 251 |
# File 'sig/types.rbs', line 249 def uri @uri end |