Class: Aws::Types::UpdatePipeSourceManagedStreamingKafkaParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceManagedStreamingKafkaParameters
- 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::MSKAccessCredentials
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.
750 751 752 |
# File 'sig/types.rbs', line 750 def batch_size @batch_size end |
#credentials ⇒ Types::MSKAccessCredentials
Returns the value of attribute credentials.
751 752 753 |
# File 'sig/types.rbs', line 751 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
752 753 754 |
# File 'sig/types.rbs', line 752 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |