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.
2576 2577 2578 2579 2580 2581 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2576 class HttpEndpointDescription < Struct.new( :url, :name) SENSITIVE = [:url] include Aws::Structure end |
#url ⇒ String
The URL of the HTTP endpoint selected as the destination.
2576 2577 2578 2579 2580 2581 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2576 class HttpEndpointDescription < Struct.new( :url, :name) SENSITIVE = [:url] include Aws::Structure end |