Class: Aws::Types::AwsDmsReplicationTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsDmsReplicationTaskDetails
- 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 ⇒ ::String
Returns the value of attribute cdc_start_time.
-
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#migration_type ⇒ ::String
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.
-
#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.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def cdc_start_position @cdc_start_position end |
#cdc_start_time ⇒ ::String
Returns the value of attribute cdc_start_time.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def cdc_start_time @cdc_start_time end |
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def cdc_stop_position @cdc_stop_position end |
#id ⇒ ::String
Returns the value of attribute id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def id @id end |
#migration_type ⇒ ::String
Returns the value of attribute migration_type.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def migration_type @migration_type end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def replication_instance_arn @replication_instance_arn end |
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def replication_task_identifier @replication_task_identifier end |
#replication_task_settings ⇒ ::String
Returns the value of attribute replication_task_settings.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def replication_task_settings @replication_task_settings end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def resource_identifier @resource_identifier end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def source_endpoint_arn @source_endpoint_arn end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def table_mappings @table_mappings end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def target_endpoint_arn @target_endpoint_arn end |
#task_data ⇒ ::String
Returns the value of attribute task_data.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def task_data @task_data end |