Class: Aws::Types::TimestreamSettings
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdc_inserts_and_updates ⇒ Boolean
Returns the value of attribute cdc_inserts_and_updates.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#enable_magnetic_store_writes ⇒ Boolean
Returns the value of attribute enable_magnetic_store_writes.
-
#magnetic_duration ⇒ ::Integer
Returns the value of attribute magnetic_duration.
-
#memory_duration ⇒ ::Integer
Returns the value of attribute memory_duration.
Instance Attribute Details
#cdc_inserts_and_updates ⇒ Boolean
Returns the value of attribute cdc_inserts_and_updates.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def cdc_inserts_and_updates @cdc_inserts_and_updates end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def database_name @database_name end |
#enable_magnetic_store_writes ⇒ Boolean
Returns the value of attribute enable_magnetic_store_writes.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def enable_magnetic_store_writes @enable_magnetic_store_writes end |
#magnetic_duration ⇒ ::Integer
Returns the value of attribute magnetic_duration.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def magnetic_duration @magnetic_duration end |
#memory_duration ⇒ ::Integer
Returns the value of attribute memory_duration.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def memory_duration @memory_duration end |