Module: Aws::Account::Client::_GetAccountInformationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountInformationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_created_date ⇒ ::Time
- #account_id ⇒ ::String
- #account_name ⇒ ::String
- #account_state ⇒ "PENDING_ACTIVATION", ...
Instance Method Details
#account_created_date ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def account_created_date: () -> ::Time
|
#account_id ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def account_id: () -> ::String
|
#account_name ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def account_name: () -> ::String
|
#account_state ⇒ "PENDING_ACTIVATION", ...
119 |
# File 'sig/client.rbs', line 119
def account_state: () -> ("PENDING_ACTIVATION" | "ACTIVE" | "SUSPENDED" | "CLOSED")
|