Class: Aws::Types::ReplicationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"InProgress", ...

Returns the value of attribute state.

Returns:

  • ("InProgress", "InSync", "Inconsistent")


450
451
452
# File 'sig/types.rbs', line 450

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def state_reason
  @state_reason
end

#state_reason_code::String

Returns the value of attribute state_reason_code.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def state_reason_code
  @state_reason_code
end