Class: Aws::Firehose::Types::RetryOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_secondsInteger

The period of time during which Firehose retries to deliver data to the specified Amazon S3 prefix.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3513

class RetryOptions < Struct.new(
  :duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end