Class: Aws::Types::UpdatePipeSourceRabbitMQBrokerParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceRabbitMQBrokerParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#credentials ⇒ Types::MQBrokerAccessCredentials
Returns the value of attribute credentials.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
770 771 772 |
# File 'sig/types.rbs', line 770 def batch_size @batch_size end |
#credentials ⇒ Types::MQBrokerAccessCredentials
Returns the value of attribute credentials.
769 770 771 |
# File 'sig/types.rbs', line 769 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
771 772 773 |
# File 'sig/types.rbs', line 771 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |