Class: Aws::Types::ReplaceTopicRuleRequest

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)


4290
4291
4292
# File 'sig/types.rbs', line 4290

def rule_name
  @rule_name
end

#topic_rule_payloadTypes::TopicRulePayload

Returns the value of attribute topic_rule_payload.



4291
4292
4293
# File 'sig/types.rbs', line 4291

def topic_rule_payload
  @topic_rule_payload
end