Class: Aws::Pipes::Types::UpdatePipeSourceActiveMQBrokerParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#batch_sizeInteger

The maximum number of records to include in each batch.

Returns:

  • (Integer)


3123
3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3123

class UpdatePipeSourceActiveMQBrokerParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#credentialsTypes::MQBrokerAccessCredentials

The credentials needed to access the resource.



3123
3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3123

class UpdatePipeSourceActiveMQBrokerParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_batching_window_in_secondsInteger

The maximum length of a time to wait for events.

Returns:

  • (Integer)


3123
3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3123

class UpdatePipeSourceActiveMQBrokerParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end