Class: Aws::Types::InfluxDBBatchConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_across_topicsBoolean

Returns the value of attribute batch_across_topics.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2680
2681
2682
# File 'sig/types.rbs', line 2680

def max_batch_size_bytes
  @max_batch_size_bytes
end