Class: Aws::Types::EnableResponse
- Inherits:
-
Object
- Object
- Aws::Types::EnableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::Account]
Returns the value of attribute accounts.
-
#failed_accounts ⇒ ::Array[Types::FailedAccount]
Returns the value of attribute failed_accounts.
Instance Attribute Details
#accounts ⇒ ::Array[Types::Account]
Returns the value of attribute accounts.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def accounts @accounts end |
#failed_accounts ⇒ ::Array[Types::FailedAccount]
Returns the value of attribute failed_accounts.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def failed_accounts @failed_accounts end |