Class: Aws::Types::DeltaSyncConfig
- Inherits:
-
Object
- Object
- Aws::Types::DeltaSyncConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_table_ttl ⇒ ::Integer
Returns the value of attribute base_table_ttl.
-
#delta_sync_table_name ⇒ ::String
Returns the value of attribute delta_sync_table_name.
-
#delta_sync_table_ttl ⇒ ::Integer
Returns the value of attribute delta_sync_table_ttl.
Instance Attribute Details
#base_table_ttl ⇒ ::Integer
Returns the value of attribute base_table_ttl.
532 533 534 |
# File 'sig/types.rbs', line 532 def base_table_ttl @base_table_ttl end |
#delta_sync_table_name ⇒ ::String
Returns the value of attribute delta_sync_table_name.
533 534 535 |
# File 'sig/types.rbs', line 533 def delta_sync_table_name @delta_sync_table_name end |
#delta_sync_table_ttl ⇒ ::Integer
Returns the value of attribute delta_sync_table_ttl.
534 535 536 |
# File 'sig/types.rbs', line 534 def delta_sync_table_ttl @delta_sync_table_ttl end |