Class: Aws::Types::StartReplicationTaskMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdc_start_position::String

Returns the value of attribute cdc_start_position.

Returns:

  • (::String)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def cdc_start_position
  @cdc_start_position
end

#cdc_start_time::Time

Returns the value of attribute cdc_start_time.

Returns:

  • (::Time)


2973
2974
2975
# File 'sig/types.rbs', line 2973

def cdc_start_time
  @cdc_start_time
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


2975
2976
2977
# File 'sig/types.rbs', line 2975

def cdc_stop_position
  @cdc_stop_position
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def replication_task_arn
  @replication_task_arn
end

#start_replication_task_type"start-replication", ...

Returns the value of attribute start_replication_task_type.

Returns:

  • ("start-replication", "resume-processing", "reload-target")


2972
2973
2974
# File 'sig/types.rbs', line 2972

def start_replication_task_type
  @start_replication_task_type
end