Module: Aws::IoT::Client::_ListTopicRulesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicRulesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3185 |
# File 'sig/client.rbs', line 3185
def next_token: () -> ::String
|
#rules ⇒ ::Array[Types::TopicRuleListItem]
3184 |
# File 'sig/client.rbs', line 3184
def rules: () -> ::Array[Types::TopicRuleListItem]
|