Class: Aws::Firehose::Types::RetryOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::RetryOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 'lib/aws-sdk-firehose/types.rb', line 4165 class RetryOptions < Struct.new( :duration_in_seconds) SENSITIVE = [] include Aws::Structure end  |