Class: Aws::IoT::Types::HttpUrlDestinationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#confirmation_urlString

The URL used to confirm ownership of or access to the HTTP topic rule destination URL.

Returns:

  • (String)


8003
8004
8005
8006
8007
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8003

class HttpUrlDestinationSummary < Struct.new(
  :confirmation_url)
  SENSITIVE = []
  include Aws::Structure
end