Class: Aws::Types::TopicRuleListItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4941
4942
4943
# File 'sig/types.rbs', line 4941

def created_at
  @created_at
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


4938
4939
4940
# File 'sig/types.rbs', line 4938

def rule_arn
  @rule_arn
end

#rule_disabledBoolean

Returns the value of attribute rule_disabled.

Returns:

  • (Boolean)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def rule_disabled
  @rule_disabled
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


4939
4940
4941
# File 'sig/types.rbs', line 4939

def rule_name
  @rule_name
end

#topic_pattern::String

Returns the value of attribute topic_pattern.

Returns:

  • (::String)


4940
4941
4942
# File 'sig/types.rbs', line 4940

def topic_pattern
  @topic_pattern
end