Class: Aws::Types::CreateReplicatorResponse

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)


377
378
379
# File 'sig/types.rbs', line 377

def replicator_arn
  @replicator_arn
end

#replicator_name::String

Returns the value of attribute replicator_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def replicator_name
  @replicator_name
end

#replicator_state"RUNNING", ...

Returns the value of attribute replicator_state.

Returns:

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


379
380
381
# File 'sig/types.rbs', line 379

def replicator_state
  @replicator_state
end