Class: Aws::Types::PipeSourceRabbitMQBrokerParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:queue_name, :virtual_host])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


416
417
418
# File 'sig/types.rbs', line 416

def batch_size
  @batch_size
end

#credentialsTypes::MQBrokerAccessCredentials

Returns the value of attribute credentials.



413
414
415
# File 'sig/types.rbs', line 413

def credentials
  @credentials
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:

  • (::Integer)


417
418
419
# File 'sig/types.rbs', line 417

def maximum_batching_window_in_seconds
  @maximum_batching_window_in_seconds
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def queue_name
  @queue_name
end

#virtual_host::String

Returns the value of attribute virtual_host.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def virtual_host
  @virtual_host
end