Module: Aws::FreeTier::Client::_UpgradeAccountPlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpgradeAccountPlanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #account_plan_status ⇒ "NOT_STARTED", ...
- #account_plan_type ⇒ "FREE", "PAID"
Instance Method Details
#account_id ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def account_id: () -> ::String
|
#account_plan_status ⇒ "NOT_STARTED", ...
146 |
# File 'sig/client.rbs', line 146
def account_plan_status: () -> ("NOT_STARTED" | "ACTIVE" | "EXPIRED")
|
#account_plan_type ⇒ "FREE", "PAID"
145 |
# File 'sig/client.rbs', line 145
def account_plan_type: () -> ("FREE" | "PAID")
|