Class: Aws::Types::StartReplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartReplicationMessage
- 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.
-
#premigration_assessment_settings ⇒ ::String
Returns the value of attribute premigration_assessment_settings.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#start_replication_type ⇒ ::String
Returns the value of attribute start_replication_type.
Instance Attribute Details
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def cdc_start_position @cdc_start_position end |
#cdc_start_time ⇒ ::Time
Returns the value of attribute cdc_start_time.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def cdc_start_time @cdc_start_time end |
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def cdc_stop_position @cdc_stop_position end |
#premigration_assessment_settings ⇒ ::String
Returns the value of attribute premigration_assessment_settings.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def premigration_assessment_settings @premigration_assessment_settings end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def replication_config_arn @replication_config_arn end |
#start_replication_type ⇒ ::String
Returns the value of attribute start_replication_type.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def start_replication_type @start_replication_type end |