Class: Aws::Types::EventBatchingCondition
- Inherits:
-
Object
- Object
- Aws::Types::EventBatchingCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#batch_window ⇒ ::Integer
Returns the value of attribute batch_window.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def batch_size @batch_size end |
#batch_window ⇒ ::Integer
Returns the value of attribute batch_window.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def batch_window @batch_window end |