Class: Aws::Types::ReplicationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_config ⇒ Types::ComputeConfig
Returns the value of attribute compute_config.
-
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#replication_config_create_time ⇒ ::Time
Returns the value of attribute replication_config_create_time.
-
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
-
#replication_config_update_time ⇒ ::Time
Returns the value of attribute replication_config_update_time.
-
#replication_settings ⇒ ::String
Returns the value of attribute replication_settings.
-
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
-
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
-
#supplemental_settings ⇒ ::String
Returns the value of attribute supplemental_settings.
-
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
-
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
Instance Attribute Details
#compute_config ⇒ Types::ComputeConfig
Returns the value of attribute compute_config.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def compute_config @compute_config end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def is_read_only @is_read_only end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def replication_config_arn @replication_config_arn end |
#replication_config_create_time ⇒ ::Time
Returns the value of attribute replication_config_create_time.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def replication_config_create_time @replication_config_create_time end |
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def replication_config_identifier @replication_config_identifier end |
#replication_config_update_time ⇒ ::Time
Returns the value of attribute replication_config_update_time.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def replication_config_update_time @replication_config_update_time end |
#replication_settings ⇒ ::String
Returns the value of attribute replication_settings.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def replication_settings @replication_settings end |
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def replication_type @replication_type end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def source_endpoint_arn @source_endpoint_arn end |
#supplemental_settings ⇒ ::String
Returns the value of attribute supplemental_settings.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def supplemental_settings @supplemental_settings end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def table_mappings @table_mappings end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def target_endpoint_arn @target_endpoint_arn end |