Class: Aws::Types::UpdatePipeSourceSqsQueueParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceSqsQueueParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
785 786 787 |
# File 'sig/types.rbs', line 785 def batch_size @batch_size end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
786 787 788 |
# File 'sig/types.rbs', line 786 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |