Class: Aws::Types::ModifyReplicationTaskMessage

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)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def cdc_start_position
  @cdc_start_position
end

#cdc_start_time::Time

Returns the value of attribute cdc_start_time.

Returns:

  • (::Time)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def cdc_start_time
  @cdc_start_time
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def cdc_stop_position
  @cdc_stop_position
end

#migration_type"full-load", ...

Returns the value of attribute migration_type.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


2023
2024
2025
# File 'sig/types.rbs', line 2023

def migration_type
  @migration_type
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def replication_task_arn
  @replication_task_arn
end

#replication_task_identifier::String

Returns the value of attribute replication_task_identifier.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def replication_task_identifier
  @replication_task_identifier
end

#replication_task_settings::String

Returns the value of attribute replication_task_settings.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def replication_task_settings
  @replication_task_settings
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def table_mappings
  @table_mappings
end

#task_data::String

Returns the value of attribute task_data.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def task_data
  @task_data
end