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
4210 |
# File 'sig/client.rbs', line 4210
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4211 |
# File 'sig/client.rbs', line 4211
def next_token: () -> ::String
|
#rules ⇒ ::Array[Types::RuleSearchSummary]
4209 |
# File 'sig/client.rbs', line 4209
def rules: () -> ::Array[Types::RuleSearchSummary]
|