Class: Aws::Types::ListFreeTrialStatusesV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListFreeTrialStatusesV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_free_trial_statuses ⇒ ::Array[Types::AccountFreeTrialStatus]
Returns the value of attribute account_free_trial_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_free_trial_statuses ⇒ ::Array[Types::AccountFreeTrialStatus]
Returns the value of attribute account_free_trial_statuses.
6492 6493 6494 |
# File 'sig/types.rbs', line 6492 def account_free_trial_statuses @account_free_trial_statuses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def next_token @next_token end |