You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::HttpEndpointCommonAttribute
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Firehose::Types::HttpEndpointCommonAttribute
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing HttpEndpointCommonAttribute as input to an Aws::Client method, you can use a vanilla Hash:
{
  attribute_name: "HttpEndpointAttributeName", # required
  attribute_value: "HttpEndpointAttributeValue", # required
}
Describes the metadata that's delivered to the specified HTTP endpoint destination.
Instance Attribute Summary collapse
- 
  
    
      #attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the HTTP endpoint common attribute. 
- 
  
    
      #attribute_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the HTTP endpoint common attribute. 
Instance Attribute Details
#attribute_name ⇒ String
The name of the HTTP endpoint common attribute.
#attribute_value ⇒ String
The value of the HTTP endpoint common attribute.