Class: Aws::Types::BatchGetFreeTrialInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFreeTrialInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::FreeTrialAccountInfo]
Returns the value of attribute accounts.
-
#failed_accounts ⇒ ::Array[Types::FreeTrialInfoError]
Returns the value of attribute failed_accounts.
Instance Attribute Details
#accounts ⇒ ::Array[Types::FreeTrialAccountInfo]
Returns the value of attribute accounts.
392 393 394 |
# File 'sig/types.rbs', line 392 def accounts @accounts end |
#failed_accounts ⇒ ::Array[Types::FreeTrialInfoError]
Returns the value of attribute failed_accounts.
393 394 395 |
# File 'sig/types.rbs', line 393 def failed_accounts @failed_accounts end |