Class: Aws::Types::AWSAccount
- Inherits:
-
Object
- Object
- Aws::Types::AWSAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
13 14 15 |
# File 'sig/types.rbs', line 13 def email_address @email_address end |
#id ⇒ ::String
Returns the value of attribute id.
12 13 14 |
# File 'sig/types.rbs', line 12 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
14 15 16 |
# File 'sig/types.rbs', line 14 def name @name end |