Class: Aws::Types::StandbyWorkspacesProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_replication"NO_REPLICATION", "PRIMARY_AS_SOURCE"

Returns the value of attribute data_replication.

Returns:

  • ("NO_REPLICATION", "PRIMARY_AS_SOURCE")


1416
1417
1418
# File 'sig/types.rbs', line 1416

def data_replication
  @data_replication
end

#recovery_snapshot_time::Time

Returns the value of attribute recovery_snapshot_time.

Returns:

  • (::Time)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def recovery_snapshot_time
  @recovery_snapshot_time
end

#standby_workspace_id::String

Returns the value of attribute standby_workspace_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def standby_workspace_id
  @standby_workspace_id
end