Class: Aws::IoT::Types::CreateTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateTopicRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the CreateTopicRule operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the rule.
-
#tags ⇒ String
Metadata which can be used to manage the topic rule.
-
#topic_rule_payload ⇒ Types::TopicRulePayload
The rule payload.
Instance Attribute Details
#rule_name ⇒ String
The name of the rule.
4655 4656 4657 4658 4659 4660 4661 |
# File 'lib/aws-sdk-iot/types.rb', line 4655 class CreateTopicRuleRequest < Struct.new( :rule_name, :topic_rule_payload, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ String
Metadata which can be used to manage the topic rule.
<note markdown=“1”> For URI Request parameters use format: …key1=value1&key2=value2…
For the CLI command-line parameter use format: --tags
“key1=value1&key2=value2…”
For the cli-input-json file use format: "tags":
“key1=value1&key2=value2…”
</note>
4655 4656 4657 4658 4659 4660 4661 |
# File 'lib/aws-sdk-iot/types.rb', line 4655 class CreateTopicRuleRequest < Struct.new( :rule_name, :topic_rule_payload, :tags) SENSITIVE = [] include Aws::Structure end |
#topic_rule_payload ⇒ Types::TopicRulePayload
The rule payload.
4655 4656 4657 4658 4659 4660 4661 |
# File 'lib/aws-sdk-iot/types.rb', line 4655 class CreateTopicRuleRequest < Struct.new( :rule_name, :topic_rule_payload, :tags) SENSITIVE = [] include Aws::Structure end |