Class: Aws::Types::ReplicationTask

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)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def cdc_start_position
  @cdc_start_position
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def cdc_stop_position
  @cdc_stop_position
end

#last_failure_message::String

Returns the value of attribute last_failure_message.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def last_failure_message
  @last_failure_message
end

#migration_type"full-load", ...

Returns the value of attribute migration_type.

Returns:

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


2587
2588
2589
# File 'sig/types.rbs', line 2587

def migration_type
  @migration_type
end

#recovery_checkpoint::String

Returns the value of attribute recovery_checkpoint.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def recovery_checkpoint
  @recovery_checkpoint
end

#replication_instance_arn::String

Returns the value of attribute replication_instance_arn.

Returns:

  • (::String)


2586
2587
2588
# File 'sig/types.rbs', line 2586

def replication_instance_arn
  @replication_instance_arn
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def replication_task_arn
  @replication_task_arn
end

#replication_task_creation_date::Time

Returns the value of attribute replication_task_creation_date.

Returns:

  • (::Time)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def replication_task_creation_date
  @replication_task_creation_date
end

#replication_task_identifier::String

Returns the value of attribute replication_task_identifier.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def replication_task_identifier
  @replication_task_identifier
end

#replication_task_settings::String

Returns the value of attribute replication_task_settings.

Returns:

  • (::String)


2589
2590
2591
# File 'sig/types.rbs', line 2589

def replication_task_settings
  @replication_task_settings
end

#replication_task_start_date::Time

Returns the value of attribute replication_task_start_date.

Returns:

  • (::Time)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def replication_task_start_date
  @replication_task_start_date
end

#replication_task_statsTypes::ReplicationTaskStats

Returns the value of attribute replication_task_stats.



2599
2600
2601
# File 'sig/types.rbs', line 2599

def replication_task_stats
  @replication_task_stats
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def source_endpoint_arn
  @source_endpoint_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def status
  @status
end

#stop_reason::String

Returns the value of attribute stop_reason.

Returns:

  • (::String)


2592
2593
2594
# File 'sig/types.rbs', line 2592

def stop_reason
  @stop_reason
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def table_mappings
  @table_mappings
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def target_endpoint_arn
  @target_endpoint_arn
end

#target_replication_instance_arn::String

Returns the value of attribute target_replication_instance_arn.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def target_replication_instance_arn
  @target_replication_instance_arn
end

#task_data::String

Returns the value of attribute task_data.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def task_data
  @task_data
end