Class: Aws::Firehose::Types::HttpEndpointDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Firehose::Types::HttpEndpointDescription
 
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Describes the HTTP endpoint selected as the destination.
Constant Summary collapse
- SENSITIVE =
- [:url] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the HTTP endpoint selected as the destination. 
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the HTTP endpoint selected as the destination. 
Instance Attribute Details
#name ⇒ String
The name of the HTTP endpoint selected as the destination.
| 2782 2783 2784 2785 2786 2787 | # File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2782 class HttpEndpointDescription < Struct.new( :url, :name) SENSITIVE = [:url] include Aws::Structure end | 
#url ⇒ String
The URL of the HTTP endpoint selected as the destination.
| 2782 2783 2784 2785 2786 2787 | # File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2782 class HttpEndpointDescription < Struct.new( :url, :name) SENSITIVE = [:url] include Aws::Structure end |