Class: Aws::Types::EventBatchingCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


2977
2978
2979
# File 'sig/types.rbs', line 2977

def batch_size
  @batch_size
end

#batch_window::Integer

Returns the value of attribute batch_window.

Returns:

  • (::Integer)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def batch_window
  @batch_window
end