Class: Aws::IoT::Types::HttpUrlDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpUrlDestinationProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
HTTP URL destination properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confirmation_url ⇒ String
The URL used to confirm the HTTP topic rule destination URL.
Instance Attribute Details
#confirmation_url ⇒ String
The URL used to confirm the HTTP topic rule destination URL.
8123 8124 8125 8126 8127 |
# File 'lib/aws-sdk-iot/types.rb', line 8123 class HttpUrlDestinationProperties < Struct.new( :confirmation_url) SENSITIVE = [] include Aws::Structure end |