Module: Aws::Account::Client::_GetAccountInformationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetAccountInformationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#account_created_date::Time

Returns:

  • (::Time)


118
# File 'sig/client.rbs', line 118

def account_created_date: () -> ::Time

#account_id::String

Returns:

  • (::String)


116
# File 'sig/client.rbs', line 116

def account_id: () -> ::String

#account_name::String

Returns:

  • (::String)


117
# File 'sig/client.rbs', line 117

def account_name: () -> ::String

#account_state"PENDING_ACTIVATION", ...

Returns:

  • ("PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "CLOSED")


119
# File 'sig/client.rbs', line 119

def account_state: () -> ("PENDING_ACTIVATION" | "ACTIVE" | "SUSPENDED" | "CLOSED")