Class: Aws::Types::DisableResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisableResponse
- 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.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def accounts @accounts end |
#failed_accounts ⇒ ::Array[Types::FailedAccount]
Returns the value of attribute failed_accounts.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def failed_accounts @failed_accounts end |