Class: Aws::Types::AccountDetail
- Inherits:
-
Object
- Object
- Aws::Types::AccountDetail
- 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.
65 66 67 |
# File 'sig/types.rbs', line 65 def account_id @account_id end |
#email ⇒ ::String
Returns the value of attribute email.
66 67 68 |
# File 'sig/types.rbs', line 66 def email @email end |