Class: Aws::Pipes::Types::UpdatePipeSourceSqsQueueParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::UpdatePipeSourceSqsQueueParameters
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
The parameters for using a Amazon SQS stream as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
-
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
Instance Attribute Details
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
3689 3690 3691 3692 3693 3694 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3689 class UpdatePipeSourceSqsQueueParameters < Struct.new( :batch_size, :maximum_batching_window_in_seconds) SENSITIVE = [] include Aws::Structure end |
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
3689 3690 3691 3692 3693 3694 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3689 class UpdatePipeSourceSqsQueueParameters < Struct.new( :batch_size, :maximum_batching_window_in_seconds) SENSITIVE = [] include Aws::Structure end |