Class: Aws::Types::ReplicationTask
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTask
- 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_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
-
#recovery_checkpoint ⇒ ::String
Returns the value of attribute recovery_checkpoint.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#replication_task_creation_date ⇒ ::Time
Returns the value of attribute replication_task_creation_date.
-
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
-
#replication_task_settings ⇒ ::String
Returns the value of attribute replication_task_settings.
-
#replication_task_start_date ⇒ ::Time
Returns the value of attribute replication_task_start_date.
-
#replication_task_stats ⇒ Types::ReplicationTaskStats
Returns the value of attribute replication_task_stats.
-
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
-
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
-
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
-
#target_replication_instance_arn ⇒ ::String
Returns the value of attribute target_replication_instance_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.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def cdc_start_position @cdc_start_position end |
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def cdc_stop_position @cdc_stop_position end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def @last_failure_message end |
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def migration_type @migration_type end |
#recovery_checkpoint ⇒ ::String
Returns the value of attribute recovery_checkpoint.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def recovery_checkpoint @recovery_checkpoint end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def replication_instance_arn @replication_instance_arn end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def replication_task_arn @replication_task_arn end |
#replication_task_creation_date ⇒ ::Time
Returns the value of attribute replication_task_creation_date.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def replication_task_creation_date @replication_task_creation_date end |
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def replication_task_identifier @replication_task_identifier end |
#replication_task_settings ⇒ ::String
Returns the value of attribute replication_task_settings.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def replication_task_settings @replication_task_settings end |
#replication_task_start_date ⇒ ::Time
Returns the value of attribute replication_task_start_date.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def replication_task_start_date @replication_task_start_date end |
#replication_task_stats ⇒ Types::ReplicationTaskStats
Returns the value of attribute replication_task_stats.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def replication_task_stats @replication_task_stats end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def source_endpoint_arn @source_endpoint_arn end |
#status ⇒ ::String
Returns the value of attribute status.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def status @status end |
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def stop_reason @stop_reason end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def table_mappings @table_mappings end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def target_endpoint_arn @target_endpoint_arn end |
#target_replication_instance_arn ⇒ ::String
Returns the value of attribute target_replication_instance_arn.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def target_replication_instance_arn @target_replication_instance_arn end |
#task_data ⇒ ::String
Returns the value of attribute task_data.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def task_data @task_data end |