Class: Aws::Types::UpdateReplicationInfoResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replicator_arn::String

Returns the value of attribute replicator_arn.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def replicator_arn
  @replicator_arn
end

#replicator_state"RUNNING", ...

Returns the value of attribute replicator_state.

Returns:

  • ("RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED")


1706
1707
1708
# File 'sig/types.rbs', line 1706

def replicator_state
  @replicator_state
end