Class: Aws::Types::ModifyReplicationTaskMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyReplicationTaskMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
-
#cdc_start_time ⇒ ::Time
Returns the value of attribute cdc_start_time.
-
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
-
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
-
#replication_task_settings ⇒ ::String
Returns the value of attribute replication_task_settings.
-
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
-
#task_data ⇒ ::String
Returns the value of attribute task_data.
Instance Attribute Details
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
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.
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.
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.
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.
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.
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.
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.
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.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def task_data @task_data end |