Class: Aws::Types::InfluxDBBatchConfig
- Inherits:
-
Object
- Object
- Aws::Types::InfluxDBBatchConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_across_topics ⇒ Boolean
Returns the value of attribute batch_across_topics.
-
#max_batch_open_ms ⇒ ::Integer
Returns the value of attribute max_batch_open_ms.
-
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
-
#max_batch_size_bytes ⇒ ::Integer
Returns the value of attribute max_batch_size_bytes.
Instance Attribute Details
#batch_across_topics ⇒ Boolean
Returns the value of attribute batch_across_topics.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def batch_across_topics @batch_across_topics end |
#max_batch_open_ms ⇒ ::Integer
Returns the value of attribute max_batch_open_ms.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def max_batch_open_ms @max_batch_open_ms end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def max_batch_size @max_batch_size end |
#max_batch_size_bytes ⇒ ::Integer
Returns the value of attribute max_batch_size_bytes.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def max_batch_size_bytes @max_batch_size_bytes end |