Class: Aws::Types::BatchConfig

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)


381
382
383
# File 'sig/types.rbs', line 381

def batch_across_topics
  @batch_across_topics
end

#max_batch_open_ms::Integer

Returns the value of attribute max_batch_open_ms.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def max_batch_open_ms
  @max_batch_open_ms
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def max_batch_size
  @max_batch_size
end

#max_batch_size_bytes::Integer

Returns the value of attribute max_batch_size_bytes.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def max_batch_size_bytes
  @max_batch_size_bytes
end