Class: Aws::Types::CreateStandbyWorkspacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStandbyWorkspacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
-
#standby_workspaces ⇒ ::Array[Types::StandbyWorkspace]
Returns the value of attribute standby_workspaces.
Instance Attribute Details
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
285 286 287 |
# File 'sig/types.rbs', line 285 def primary_region @primary_region end |
#standby_workspaces ⇒ ::Array[Types::StandbyWorkspace]
Returns the value of attribute standby_workspaces.
286 287 288 |
# File 'sig/types.rbs', line 286 def standby_workspaces @standby_workspaces end |