Class: Aws::Types::GetRemainingFreeTrialDaysResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRemainingFreeTrialDaysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::AccountFreeTrialInfo]
Returns the value of attribute accounts.
-
#unprocessed_accounts ⇒ ::Array[Types::UnprocessedAccount]
Returns the value of attribute unprocessed_accounts.
Instance Attribute Details
#accounts ⇒ ::Array[Types::AccountFreeTrialInfo]
Returns the value of attribute accounts.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def accounts @accounts end |
#unprocessed_accounts ⇒ ::Array[Types::UnprocessedAccount]
Returns the value of attribute unprocessed_accounts.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def unprocessed_accounts @unprocessed_accounts end |