Class: Aws::Types::GetAccountPlanStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountPlanStateResponse
- 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_expiration_date ⇒ ::Time
Returns the value of attribute account_plan_expiration_date.
-
#account_plan_remaining_credits ⇒ Types::MonetaryAmount
Returns the value of attribute account_plan_remaining_credits.
-
#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.
88 89 90 |
# File 'sig/types.rbs', line 88 def account_id @account_id end |
#account_plan_expiration_date ⇒ ::Time
Returns the value of attribute account_plan_expiration_date.
92 93 94 |
# File 'sig/types.rbs', line 92 def account_plan_expiration_date @account_plan_expiration_date end |
#account_plan_remaining_credits ⇒ Types::MonetaryAmount
Returns the value of attribute account_plan_remaining_credits.
91 92 93 |
# File 'sig/types.rbs', line 91 def account_plan_remaining_credits @account_plan_remaining_credits end |
#account_plan_status ⇒ "NOT_STARTED", ...
Returns the value of attribute account_plan_status.
90 91 92 |
# File 'sig/types.rbs', line 90 def account_plan_status @account_plan_status end |
#account_plan_type ⇒ "FREE", "PAID"
Returns the value of attribute account_plan_type.
89 90 91 |
# File 'sig/types.rbs', line 89 def account_plan_type @account_plan_type end |