Class: Aws::IoT::Types::HttpUrlDestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpUrlDestinationSummary
- Includes:
- Structure
- Defined in:
- 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.
8328 8329 8330 8331 8332 |
# File 'lib/aws-sdk-iot/types.rb', line 8328 class HttpUrlDestinationSummary < Struct.new( :confirmation_url) SENSITIVE = [] include Aws::Structure end |