Class: Aws::Types::PipeSourceDynamoDBStreamParameters

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:

  • (::Integer)


366
367
368
# File 'sig/types.rbs', line 366

def batch_size
  @batch_size
end

#dead_letter_configTypes::DeadLetterConfig

Returns the value of attribute dead_letter_config.



367
368
369
# File 'sig/types.rbs', line 367

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:

  • (::Integer)


369
370
371
# File 'sig/types.rbs', line 369

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:

  • (::Integer)


370
371
372
# File 'sig/types.rbs', line 370

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:

  • (::Integer)


371
372
373
# File 'sig/types.rbs', line 371

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:

  • ("AUTOMATIC_BISECT")


368
369
370
# File 'sig/types.rbs', line 368

def on_partial_batch_item_failure
  @on_partial_batch_item_failure
end

#parallelization_factor::Integer

Returns the value of attribute parallelization_factor.

Returns:

  • (::Integer)


372
373
374
# File 'sig/types.rbs', line 372

def parallelization_factor
  @parallelization_factor
end

#starting_position"TRIM_HORIZON", "LATEST"

Returns the value of attribute starting_position.

Returns:

  • ("TRIM_HORIZON", "LATEST")


373
374
375
# File 'sig/types.rbs', line 373

def starting_position
  @starting_position
end