Class: Aws::Types::Resilience

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_status"ONLINE", ...

Returns the value of attribute cluster_status.

Returns:

  • ("ONLINE", "STANDBY", "MAINTENANCE", "OFFLINE", "NONE")


464
465
466
# File 'sig/types.rbs', line 464

def cluster_status
  @cluster_status
end

#enqueue_replicationBoolean

Returns the value of attribute enqueue_replication.

Returns:

  • (Boolean)


465
466
467
# File 'sig/types.rbs', line 465

def enqueue_replication
  @enqueue_replication
end

#hsr_operation_mode"PRIMARY", ...

Returns the value of attribute hsr_operation_mode.

Returns:

  • ("PRIMARY", "LOGREPLAY", "DELTA_DATASHIPPING", "LOGREPLAY_READACCESS", "NONE")


463
464
465
# File 'sig/types.rbs', line 463

def hsr_operation_mode
  @hsr_operation_mode
end

#hsr_replication_mode"PRIMARY", ...

Returns the value of attribute hsr_replication_mode.

Returns:

  • ("PRIMARY", "NONE", "SYNC", "SYNCMEM", "ASYNC")


462
463
464
# File 'sig/types.rbs', line 462

def hsr_replication_mode
  @hsr_replication_mode
end

#hsr_tier::String

Returns the value of attribute hsr_tier.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def hsr_tier
  @hsr_tier
end