Class: Aws::Types::UpdatePipeSourceDynamoDBStreamParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def batch_size
  @batch_size
end

#dead_letter_configTypes::DeadLetterConfig

Returns the value of attribute dead_letter_config.

Returns:



729
730
731
# File 'sig/types.rbs', line 729

def dead_letter_config
  @dead_letter_config
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:



731
732
733
# File 'sig/types.rbs', line 731

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.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def maximum_record_age_in_seconds
  @maximum_record_age_in_seconds
end

#maximum_retry_attempts::Integer

Returns the value of attribute maximum_retry_attempts.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

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.

Returns:



730
731
732
# File 'sig/types.rbs', line 730

def on_partial_batch_item_failure
  @on_partial_batch_item_failure
end

#parallelization_factor::Integer

Returns the value of attribute parallelization_factor.

Returns:



734
735
736
# File 'sig/types.rbs', line 734

def parallelization_factor
  @parallelization_factor
end