Class: Aws::Types::UpdatePipeSourceActiveMQBrokerParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceActiveMQBrokerParameters
- 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.
722 723 724 |
# File 'sig/types.rbs', line 722 def batch_size @batch_size end |
#credentials ⇒ Types::MQBrokerAccessCredentials
Returns the value of attribute credentials.
721 722 723 |
# File 'sig/types.rbs', line 721 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
723 724 725 |
# File 'sig/types.rbs', line 723 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |