Class: Aws::IoT::Types::HttpUrlDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpUrlDestinationConfiguration
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
HTTP URL destination configuration used by the topic rule's HTTP action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confirmation_url ⇒ String
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
Instance Attribute Details
#confirmation_url ⇒ String
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
8860 8861 8862 8863 8864 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8860 class HttpUrlDestinationConfiguration < Struct.new( :confirmation_url) SENSITIVE = [] include Aws::Structure end |