Class: Aws::Firehose::Types::HttpEndpointRequestConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::HttpEndpointRequestConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-firehose/types.rb
 
Overview
The configuration of the HTTP endpoint request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #common_attributes  ⇒ Array<Types::HttpEndpointCommonAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the metadata sent to the HTTP endpoint destination.
 - 
  
    
      #content_encoding  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Firehose uses the content encoding to compress the body of a request before sending the request to the destination.
 
Instance Attribute Details
#common_attributes ⇒ Array<Types::HttpEndpointCommonAttribute>
Describes the metadata sent to the HTTP endpoint destination.
      2827 2828 2829 2830 2831 2832  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 2827 class HttpEndpointRequestConfiguration < Struct.new( :content_encoding, :common_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#content_encoding ⇒ String
Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see [Content-Encoding] in MDN Web Docs, the official Mozilla documentation.
[1]: developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
      2827 2828 2829 2830 2831 2832  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 2827 class HttpEndpointRequestConfiguration < Struct.new( :content_encoding, :common_attributes) SENSITIVE = [] include Aws::Structure end  |