Class: Aws::Types::CreateStandbyWorkspacesResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateStandbyWorkspacesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_standby_requests ⇒ ::Array[Types::FailedCreateStandbyWorkspacesRequest]
Returns the value of attribute failed_standby_requests.
-
#pending_standby_requests ⇒ ::Array[Types::PendingCreateStandbyWorkspacesRequest]
Returns the value of attribute pending_standby_requests.
Instance Attribute Details
#failed_standby_requests ⇒ ::Array[Types::FailedCreateStandbyWorkspacesRequest]
Returns the value of attribute failed_standby_requests.
291 292 293 |
# File 'sig/types.rbs', line 291 def failed_standby_requests @failed_standby_requests end |
#pending_standby_requests ⇒ ::Array[Types::PendingCreateStandbyWorkspacesRequest]
Returns the value of attribute pending_standby_requests.
292 293 294 |
# File 'sig/types.rbs', line 292 def pending_standby_requests @pending_standby_requests end |