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