Class: Aws::Types::ReloadReplicationTablesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReloadReplicationTablesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reload_option ⇒ "data-reload", "validate-only"
Returns the value of attribute reload_option.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#tables_to_reload ⇒ ::Array[Types::TableToReload]
Returns the value of attribute tables_to_reload.
Instance Attribute Details
#reload_option ⇒ "data-reload", "validate-only"
Returns the value of attribute reload_option.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def reload_option @reload_option end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def replication_config_arn @replication_config_arn end |
#tables_to_reload ⇒ ::Array[Types::TableToReload]
Returns the value of attribute tables_to_reload.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def tables_to_reload @tables_to_reload end |