Class: Aws::Types::CreateStandbyWorkspacesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#primary_region::String

Returns the value of attribute primary_region.

Returns:

  • (::String)


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.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def standby_workspaces
  @standby_workspaces
end