Class: Aws::Types::Replication

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)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def cdc_start_position
  @cdc_start_position
end

#cdc_start_time::Time

Returns the value of attribute cdc_start_time.

Returns:

  • (::Time)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def cdc_start_time
  @cdc_start_time
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def cdc_stop_position
  @cdc_stop_position
end

#failure_messages::Array[::String]

Returns the value of attribute failure_messages.

Returns:

  • (::Array[::String])


2474
2475
2476
# File 'sig/types.rbs', line 2474

def failure_messages
  @failure_messages
end

#is_read_onlyBoolean

Returns the value of attribute is_read_only.

Returns:

  • (Boolean)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def is_read_only
  @is_read_only
end

#premigration_assessment_statuses::Array[Types::PremigrationAssessmentStatus]

Returns the value of attribute premigration_assessment_statuses.



2472
2473
2474
# File 'sig/types.rbs', line 2472

def premigration_assessment_statuses
  @premigration_assessment_statuses
end

#provision_dataTypes::ProvisionData

Returns the value of attribute provision_data.



2471
2472
2473
# File 'sig/types.rbs', line 2471

def provision_data
  @provision_data
end

#recovery_checkpoint::String

Returns the value of attribute recovery_checkpoint.

Returns:

  • (::String)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def recovery_checkpoint
  @recovery_checkpoint
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def replication_config_arn
  @replication_config_arn
end

#replication_config_identifier::String

Returns the value of attribute replication_config_identifier.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def replication_config_identifier
  @replication_config_identifier
end

#replication_create_time::Time

Returns the value of attribute replication_create_time.

Returns:

  • (::Time)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def replication_create_time
  @replication_create_time
end

#replication_deprovision_time::Time

Returns the value of attribute replication_deprovision_time.

Returns:

  • (::Time)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def replication_deprovision_time
  @replication_deprovision_time
end

#replication_last_stop_time::Time

Returns the value of attribute replication_last_stop_time.

Returns:

  • (::Time)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def replication_last_stop_time
  @replication_last_stop_time
end

#replication_statsTypes::ReplicationStats

Returns the value of attribute replication_stats.



2475
2476
2477
# File 'sig/types.rbs', line 2475

def replication_stats
  @replication_stats
end

#replication_type"full-load", ...

Returns the value of attribute replication_type.

Returns:

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


2469
2470
2471
# File 'sig/types.rbs', line 2469

def replication_type
  @replication_type
end

#replication_update_time::Time

Returns the value of attribute replication_update_time.

Returns:

  • (::Time)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def replication_update_time
  @replication_update_time
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def source_endpoint_arn
  @source_endpoint_arn
end

#start_replication_type::String

Returns the value of attribute start_replication_type.

Returns:

  • (::String)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def start_replication_type
  @start_replication_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def status
  @status
end

#stop_reason::String

Returns the value of attribute stop_reason.

Returns:

  • (::String)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def stop_reason
  @stop_reason
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def target_endpoint_arn
  @target_endpoint_arn
end