Class: Aws::IoT::Types::ConfirmTopicRuleDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confirmation_tokenString

The token used to confirm ownership or access to the topic rule confirmation URL.

Returns:

  • (String)


2227
2228
2229
2230
2231
# File 'lib/aws-sdk-iot/types.rb', line 2227

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