Class: Aws::Types::UpdatePipeSourceKinesisStreamParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceKinesisStreamParameters
- 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.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
739 740 741 |
# File 'sig/types.rbs', line 739 def batch_size @batch_size end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
740 741 742 |
# File 'sig/types.rbs', line 740 def dead_letter_config @dead_letter_config end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
742 743 744 |
# File 'sig/types.rbs', line 742 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.
743 744 745 |
# File 'sig/types.rbs', line 743 def maximum_record_age_in_seconds @maximum_record_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
744 745 746 |
# File 'sig/types.rbs', line 744 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.
741 742 743 |
# File 'sig/types.rbs', line 741 def on_partial_batch_item_failure @on_partial_batch_item_failure end |
#parallelization_factor ⇒ ::Integer
Returns the value of attribute parallelization_factor.
745 746 747 |
# File 'sig/types.rbs', line 745 def parallelization_factor @parallelization_factor end |