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 ⇒ "CanonicalUser", ...
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.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def email_address @email_address end |
#id ⇒ ::String
Returns the value of attribute id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def id @id end |
#type ⇒ "CanonicalUser", ...
Returns the value of attribute type.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def uri @uri end |