Class: Aws::Types::Replication
- Inherits:
-
Object
- Object
- Aws::Types::Replication
- 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 ⇒ ::Time
Returns the value of attribute cdc_start_time.
-
#cdc_stop_position ⇒ ::String
Returns the value of attribute cdc_stop_position.
-
#failure_messages ⇒ ::Array[::String]
Returns the value of attribute failure_messages.
-
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
-
#premigration_assessment_statuses ⇒ ::Array[Types::PremigrationAssessmentStatus]
Returns the value of attribute premigration_assessment_statuses.
-
#provision_data ⇒ Types::ProvisionData
Returns the value of attribute provision_data.
-
#recovery_checkpoint ⇒ ::String
Returns the value of attribute recovery_checkpoint.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
-
#replication_create_time ⇒ ::Time
Returns the value of attribute replication_create_time.
-
#replication_deprovision_time ⇒ ::Time
Returns the value of attribute replication_deprovision_time.
-
#replication_last_stop_time ⇒ ::Time
Returns the value of attribute replication_last_stop_time.
-
#replication_stats ⇒ Types::ReplicationStats
Returns the value of attribute replication_stats.
-
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
-
#replication_update_time ⇒ ::Time
Returns the value of attribute replication_update_time.
-
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
-
#start_replication_type ⇒ ::String
Returns the value of attribute start_replication_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
-
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
Instance Attribute Details
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
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.
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.
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.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def @failure_messages end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
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_data ⇒ Types::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.
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.
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.
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.
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.
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.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def replication_last_stop_time @replication_last_stop_time end |
#replication_stats ⇒ Types::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.
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.
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.
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.
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.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def status @status end |
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
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.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def target_endpoint_arn @target_endpoint_arn end |