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.
33 34 35 |
# File 'sig/types.rbs', line 33 def account_id @account_id end |
#email ⇒ ::String
Returns the value of attribute email.
34 35 36 |
# File 'sig/types.rbs', line 34 def email @email end |