Class: Aws::IoT::Types::ReplaceTopicRuleRequest

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

Overview

The input for the ReplaceTopicRule operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule.

Returns:

  • (String)


13344
13345
13346
13347
13348
13349
# File 'lib/aws-sdk-iot/types.rb', line 13344

class ReplaceTopicRuleRequest < Struct.new(
  :rule_name,
  :topic_rule_payload)
  SENSITIVE = []
  include Aws::Structure
end

#topic_rule_payloadTypes::TopicRulePayload

The rule payload.



13344
13345
13346
13347
13348
13349
# File 'lib/aws-sdk-iot/types.rb', line 13344

class ReplaceTopicRuleRequest < Struct.new(
  :rule_name,
  :topic_rule_payload)
  SENSITIVE = []
  include Aws::Structure
end