Class: Aws::Pipes::Types::UpdatePipeSourceActiveMQBrokerParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::UpdatePipeSourceActiveMQBrokerParameters
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
The parameters for using an Active MQ broker as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
-
#credentials ⇒ Types::MQBrokerAccessCredentials
The credentials needed to access the resource.
-
#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.
3393 3394 3395 3396 3397 3398 3399 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3393 class UpdatePipeSourceActiveMQBrokerParameters < Struct.new( :credentials, :batch_size, :maximum_batching_window_in_seconds) SENSITIVE = [] include Aws::Structure end |
#credentials ⇒ Types::MQBrokerAccessCredentials
The credentials needed to access the resource.
3393 3394 3395 3396 3397 3398 3399 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3393 class UpdatePipeSourceActiveMQBrokerParameters < Struct.new( :credentials, :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.
3393 3394 3395 3396 3397 3398 3399 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3393 class UpdatePipeSourceActiveMQBrokerParameters < Struct.new( :credentials, :batch_size, :maximum_batching_window_in_seconds) SENSITIVE = [] include Aws::Structure end |