Class: Aws::Firehose::Types::RetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::RetryOptions
- 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
-
#duration_in_seconds ⇒ Integer
The period of time during which Firehose retries to deliver data to the specified destination.
Instance Attribute Details
#duration_in_seconds ⇒ Integer
The period of time during which Firehose retries to deliver data to the specified destination.
4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4446 class RetryOptions < Struct.new( :duration_in_seconds) SENSITIVE = [] include Aws::Structure end |