Module: Aws::Connect::Client::_SearchRulesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchRulesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #rules ⇒ ::Array[Types::RuleSearchSummary]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4311 |
# File 'sig/client.rbs', line 4311 def approximate_total_count: () -> ::Integer |
#next_token ⇒ ::String
4312 |
# File 'sig/client.rbs', line 4312 def next_token: () -> ::String |
#rules ⇒ ::Array[Types::RuleSearchSummary]
4310 |
# File 'sig/client.rbs', line 4310 def rules: () -> ::Array[Types::RuleSearchSummary] |