Class: Aws::Types::CreateReplicationTaskMessage

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)


385
386
387
# File 'sig/types.rbs', line 385

def cdc_start_position
  @cdc_start_position
end

#cdc_start_time::Time

Returns the value of attribute cdc_start_time.

Returns:

  • (::Time)


384
385
386
# File 'sig/types.rbs', line 384

def cdc_start_time
  @cdc_start_time
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def cdc_stop_position
  @cdc_stop_position
end

#migration_type"full-load", ...

Returns the value of attribute migration_type.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


381
382
383
# File 'sig/types.rbs', line 381

def migration_type
  @migration_type
end

#replication_instance_arn::String

Returns the value of attribute replication_instance_arn.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def replication_instance_arn
  @replication_instance_arn
end

#replication_task_identifier::String

Returns the value of attribute replication_task_identifier.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def replication_task_identifier
  @replication_task_identifier
end

#replication_task_settings::String

Returns the value of attribute replication_task_settings.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def replication_task_settings
  @replication_task_settings
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def resource_identifier
  @resource_identifier
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def source_endpoint_arn
  @source_endpoint_arn
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def table_mappings
  @table_mappings
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def tags
  @tags
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def target_endpoint_arn
  @target_endpoint_arn
end

#task_data::String

Returns the value of attribute task_data.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def task_data
  @task_data
end