Class: Aws::Types::CreateReplicationConfigMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationConfigMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_config ⇒ Types::ComputeConfig
Returns the value of attribute compute_config.
-
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
-
#replication_settings ⇒ ::String
Returns the value of attribute replication_settings.
-
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
322 323 324 |
# File 'sig/types.rbs', line 322 def compute_config @compute_config end |
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
319 320 321 |
# File 'sig/types.rbs', line 319 def replication_config_identifier @replication_config_identifier end |
#replication_settings ⇒ ::String
Returns the value of attribute replication_settings.
325 326 327 |
# File 'sig/types.rbs', line 325 def replication_settings @replication_settings end |
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
323 324 325 |
# File 'sig/types.rbs', line 323 def replication_type @replication_type end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
327 328 329 |
# File 'sig/types.rbs', line 327 def resource_identifier @resource_identifier end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def source_endpoint_arn @source_endpoint_arn end |
#supplemental_settings ⇒ ::String
Returns the value of attribute supplemental_settings.
326 327 328 |
# File 'sig/types.rbs', line 326 def supplemental_settings @supplemental_settings end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
324 325 326 |
# File 'sig/types.rbs', line 324 def table_mappings @table_mappings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
328 329 330 |
# File 'sig/types.rbs', line 328 def @tags end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
321 322 323 |
# File 'sig/types.rbs', line 321 def target_endpoint_arn @target_endpoint_arn end |