Class: Aws::Types::ModifyReplicationConfigMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyReplicationConfigMessage
- 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_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#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.
-
#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.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def compute_config @compute_config end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def replication_config_arn @replication_config_arn end |
#replication_config_identifier ⇒ ::String
Returns the value of attribute replication_config_identifier.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def replication_config_identifier @replication_config_identifier end |
#replication_settings ⇒ ::String
Returns the value of attribute replication_settings.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def replication_settings @replication_settings end |
#replication_type ⇒ "full-load", ...
Returns the value of attribute replication_type.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def replication_type @replication_type end |
#source_endpoint_arn ⇒ ::String
Returns the value of attribute source_endpoint_arn.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def source_endpoint_arn @source_endpoint_arn end |
#supplemental_settings ⇒ ::String
Returns the value of attribute supplemental_settings.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def supplemental_settings @supplemental_settings end |
#table_mappings ⇒ ::String
Returns the value of attribute table_mappings.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def table_mappings @table_mappings end |
#target_endpoint_arn ⇒ ::String
Returns the value of attribute target_endpoint_arn.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def target_endpoint_arn @target_endpoint_arn end |