Class: Aws::Types::PipeSourceManagedStreamingKafkaParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeSourceManagedStreamingKafkaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#consumer_group_id ⇒ ::String
Returns the value of attribute consumer_group_id.
-
#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.
-
#starting_position ⇒ "TRIM_HORIZON", "LATEST"
Returns the value of attribute starting_position.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
393 394 395 |
# File 'sig/types.rbs', line 393 def batch_size @batch_size end |
#consumer_group_id ⇒ ::String
Returns the value of attribute consumer_group_id.
395 396 397 |
# File 'sig/types.rbs', line 395 def consumer_group_id @consumer_group_id end |
#credentials ⇒ Types::MSKAccessCredentials
Returns the value of attribute credentials.
396 397 398 |
# File 'sig/types.rbs', line 396 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
394 395 396 |
# File 'sig/types.rbs', line 394 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |
#starting_position ⇒ "TRIM_HORIZON", "LATEST"
Returns the value of attribute starting_position.
392 393 394 |
# File 'sig/types.rbs', line 392 def starting_position @starting_position end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def topic_name @topic_name end |