Class: Aws::Types::PipeSourceActiveMQBrokerParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:queue_name])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def batch_size
  @batch_size
end

#credentialsTypes::MQBrokerAccessCredentials

Returns the value of attribute credentials.



358
359
360
# File 'sig/types.rbs', line 358

def credentials
  @credentials
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:

  • (::Integer)


361
362
363
# File 'sig/types.rbs', line 361

def maximum_batching_window_in_seconds
  @maximum_batching_window_in_seconds
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def queue_name
  @queue_name
end