Class: Aws::Types::PipeSourceKinesisStreamParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeSourceKinesisStreamParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
-
#maximum_record_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_record_age_in_seconds.
-
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
-
#on_partial_batch_item_failure ⇒ "AUTOMATIC_BISECT"
Returns the value of attribute on_partial_batch_item_failure.
-
#parallelization_factor ⇒ ::Integer
Returns the value of attribute parallelization_factor.
-
#starting_position ⇒ "TRIM_HORIZON", ...
Returns the value of attribute starting_position.
-
#starting_position_timestamp ⇒ ::Time
Returns the value of attribute starting_position_timestamp.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
378 379 380 |
# File 'sig/types.rbs', line 378 def batch_size @batch_size end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
379 380 381 |
# File 'sig/types.rbs', line 379 def dead_letter_config @dead_letter_config end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
381 382 383 |
# File 'sig/types.rbs', line 381 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |
#maximum_record_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_record_age_in_seconds.
382 383 384 |
# File 'sig/types.rbs', line 382 def maximum_record_age_in_seconds @maximum_record_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
383 384 385 |
# File 'sig/types.rbs', line 383 def maximum_retry_attempts @maximum_retry_attempts end |
#on_partial_batch_item_failure ⇒ "AUTOMATIC_BISECT"
Returns the value of attribute on_partial_batch_item_failure.
380 381 382 |
# File 'sig/types.rbs', line 380 def on_partial_batch_item_failure @on_partial_batch_item_failure end |
#parallelization_factor ⇒ ::Integer
Returns the value of attribute parallelization_factor.
384 385 386 |
# File 'sig/types.rbs', line 384 def parallelization_factor @parallelization_factor end |
#starting_position ⇒ "TRIM_HORIZON", ...
Returns the value of attribute starting_position.
385 386 387 |
# File 'sig/types.rbs', line 385 def starting_position @starting_position end |
#starting_position_timestamp ⇒ ::Time
Returns the value of attribute starting_position_timestamp.
386 387 388 |
# File 'sig/types.rbs', line 386 def @starting_position_timestamp end |