Class: Aws::Pipes::Types::UpdatePipeSourceRabbitMQBrokerParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::UpdatePipeSourceRabbitMQBrokerParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
The parameters for using a Rabbit 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.
3619 3620 3621 3622 3623 3624 3625 |
# File 'lib/aws-sdk-pipes/types.rb', line 3619 class UpdatePipeSourceRabbitMQBrokerParameters < 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.
3619 3620 3621 3622 3623 3624 3625 |
# File 'lib/aws-sdk-pipes/types.rb', line 3619 class UpdatePipeSourceRabbitMQBrokerParameters < 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.
3619 3620 3621 3622 3623 3624 3625 |
# File 'lib/aws-sdk-pipes/types.rb', line 3619 class UpdatePipeSourceRabbitMQBrokerParameters < Struct.new( :credentials, :batch_size, :maximum_batching_window_in_seconds) SENSITIVE = [] include Aws::Structure end |