Class: Aws::Types::CreateReplicationTaskMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationTaskMessage
- 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_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_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.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
-
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
-
#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.
385 386 387 |
# File 'sig/types.rbs', line 385 def cdc_start_position @cdc_start_position end |
#cdc_start_time ⇒ ::Time
Returns the value of attribute cdc_start_time.
384 385 386 |
# File 'sig/types.rbs', line 384 def cdc_start_time @cdc_start_time end |
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
386 387 388 |
# File 'sig/types.rbs', line 386 def cdc_stop_position @cdc_stop_position end |
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
381 382 383 |
# File 'sig/types.rbs', line 381 def migration_type @migration_type end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def replication_instance_arn @replication_instance_arn end |
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
377 378 379 |
# File 'sig/types.rbs', line 377 def replication_task_identifier @replication_task_identifier end |
#replication_task_settings ⇒ ::String
Returns the value of attribute replication_task_settings.
383 384 385 |
# File 'sig/types.rbs', line 383 def replication_task_settings @replication_task_settings end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
389 390 391 |
# File 'sig/types.rbs', line 389 def resource_identifier @resource_identifier end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
378 379 380 |
# File 'sig/types.rbs', line 378 def source_endpoint_arn @source_endpoint_arn end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
382 383 384 |
# File 'sig/types.rbs', line 382 def table_mappings @table_mappings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
387 388 389 |
# File 'sig/types.rbs', line 387 def @tags end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
379 380 381 |
# File 'sig/types.rbs', line 379 def target_endpoint_arn @target_endpoint_arn end |
#task_data ⇒ ::String
Returns the value of attribute task_data.
388 389 390 |
# File 'sig/types.rbs', line 388 def task_data @task_data end |