Class: Aws::Types::AwsDmsReplicationTaskDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdc_start_position::String

Returns the value of attribute cdc_start_position.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def id
  @id
end

#migration_type::String

Returns the value of attribute migration_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def task_data
  @task_data
end