Class: Aws::Types::StartReplicationTaskMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartReplicationTaskMessage
- 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.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#start_replication_task_type ⇒ "start-replication", ...
Returns the value of attribute start_replication_task_type.
Instance Attribute Details
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
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.
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.
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.
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.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def start_replication_task_type @start_replication_task_type end |