Module: Aws::FreeTier::Client::_GetAccountPlanStateResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#account_id::String

Returns:

  • (::String)


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

def account_id: () -> ::String

#account_plan_expiration_date::Time

Returns:

  • (::Time)


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

def account_plan_expiration_date: () -> ::Time

#account_plan_remaining_creditsTypes::MonetaryAmount



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

def account_plan_remaining_credits: () -> Types::MonetaryAmount

#account_plan_status"NOT_STARTED", ...

Returns:

  • ("NOT_STARTED", "ACTIVE", "EXPIRED")


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

def account_plan_status: () -> ("NOT_STARTED" | "ACTIVE" | "EXPIRED")

#account_plan_type"FREE", "PAID"

Returns:

  • ("FREE", "PAID")


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

def account_plan_type: () -> ("FREE" | "PAID")