Class: Aws::Types::GetAccountInformationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountInformationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_created_date ⇒ ::Time
Returns the value of attribute account_created_date.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#account_state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute account_state.
Instance Attribute Details
#account_created_date ⇒ ::Time
Returns the value of attribute account_created_date.
86 87 88 |
# File 'sig/types.rbs', line 86 def account_created_date @account_created_date end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def account_name @account_name end |
#account_state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute account_state.
87 88 89 |
# File 'sig/types.rbs', line 87 def account_state @account_state end |