Class: Aws::Types::UpgradeAccountPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeAccountPlanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_plan_status ⇒ "NOT_STARTED", ...
Returns the value of attribute account_plan_status.
-
#account_plan_type ⇒ "FREE", "PAID"
Returns the value of attribute account_plan_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def account_id @account_id end |
#account_plan_status ⇒ "NOT_STARTED", ...
Returns the value of attribute account_plan_status.
152 153 154 |
# File 'sig/types.rbs', line 152 def account_plan_status @account_plan_status end |
#account_plan_type ⇒ "FREE", "PAID"
Returns the value of attribute account_plan_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def account_plan_type @account_plan_type end |