Class: Aws::Types::DataReplicationSettings

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")


390
391
392
# File 'sig/types.rbs', line 390

def data_replication
  @data_replication
end

#recovery_snapshot_time::Time

Returns the value of attribute recovery_snapshot_time.

Returns:

  • (::Time)


391
392
393
# File 'sig/types.rbs', line 391

def recovery_snapshot_time
  @recovery_snapshot_time
end