Class: Aws::Types::CreateTopicRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def rule_name
  @rule_name
end

#tags::String

Returns the value of attribute tags.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def tags
  @tags
end

#topic_rule_payloadTypes::TopicRulePayload

Returns the value of attribute topic_rule_payload.



1264
1265
1266
# File 'sig/types.rbs', line 1264

def topic_rule_payload
  @topic_rule_payload
end