Class: Aws::IoT::Types::HttpUrlDestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpUrlDestinationSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information about an HTTP URL destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confirmation_url ⇒ String
The URL used to confirm ownership of or access to the HTTP topic rule destination URL.
Instance Attribute Details
#confirmation_url ⇒ String
The URL used to confirm ownership of or access to the HTTP topic rule destination URL.
8885 8886 8887 8888 8889 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8885 class HttpUrlDestinationSummary < Struct.new( :confirmation_url) SENSITIVE = [] include Aws::Structure end |