Class: Aws::Types::ReloadTablesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReloadTablesMessage
- 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_task_arn ⇒ ::String
Returns the value of attribute replication_task_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.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def reload_option @reload_option end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def replication_task_arn @replication_task_arn end |
#tables_to_reload ⇒ ::Array[Types::TableToReload]
Returns the value of attribute tables_to_reload.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def tables_to_reload @tables_to_reload end |