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.
8315 8316 8317 8318 8319 |
# File 'lib/aws-sdk-iot/types.rb', line 8315 class HttpUrlDestinationProperties < Struct.new( :confirmation_url) SENSITIVE = [] include Aws::Structure end |