Class: Aws::Firehose::Types::HttpEndpointRequestConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Firehose::Types::HttpEndpointRequestConfiguration
 
- Defined in:
- gems/aws-sdk-firehose/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.
| 3033 3034 3035 3036 3037 3038 | # File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3033 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.
| 3033 3034 3035 3036 3037 3038 | # File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3033 class HttpEndpointRequestConfiguration < Struct.new( :content_encoding, :common_attributes) SENSITIVE = [] include Aws::Structure end |