Class: Aws::Types::AccountDetails
- Inherits:
-
Object
- Object
- Aws::Types::AccountDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#email ⇒ ::String
Returns the value of attribute email.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
51 52 53 |
# File 'sig/types.rbs', line 51 def account_id @account_id end |
#email ⇒ ::String
Returns the value of attribute email.
52 53 54 |
# File 'sig/types.rbs', line 52 def email @email end |