Class: Aws::IoT::Types::TopicRuleListItem

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

Overview

Describes a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the rule was created.

Returns:

  • (Time)


15433
15434
15435
15436
15437
15438
15439
15440
15441
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15433

class TopicRuleListItem < Struct.new(
  :rule_arn,
  :rule_name,
  :topic_pattern,
  :created_at,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnString

The rule ARN.

Returns:

  • (String)


15433
15434
15435
15436
15437
15438
15439
15440
15441
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15433

class TopicRuleListItem < Struct.new(
  :rule_arn,
  :rule_name,
  :topic_pattern,
  :created_at,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#rule_disabledBoolean

Specifies whether the rule is disabled.

Returns:

  • (Boolean)


15433
15434
15435
15436
15437
15438
15439
15440
15441
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15433

class TopicRuleListItem < Struct.new(
  :rule_arn,
  :rule_name,
  :topic_pattern,
  :created_at,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule.

Returns:

  • (String)


15433
15434
15435
15436
15437
15438
15439
15440
15441
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15433

class TopicRuleListItem < Struct.new(
  :rule_arn,
  :rule_name,
  :topic_pattern,
  :created_at,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#topic_patternString

The pattern for the topic names that apply.

Returns:

  • (String)


15433
15434
15435
15436
15437
15438
15439
15440
15441
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15433

class TopicRuleListItem < Struct.new(
  :rule_arn,
  :rule_name,
  :topic_pattern,
  :created_at,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end