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

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

Instance Attribute Details

#confirmation_urlString

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

Returns:

  • (String)


8926
8927
8928
8929
8930
# File 'lib/aws-sdk-iot/types.rb', line 8926

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