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 a destination.

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 destination.

Returns:

  • (Integer)


4165
4166
4167
4168
4169
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4165

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