Class: Aws::Types::SearchRulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchRulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rules ⇒ ::Array[Types::RuleSearchSummary]
Returns the value of attribute rules.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7403 7404 7405 |
# File 'sig/types.rbs', line 7403 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7404 7405 7406 |
# File 'sig/types.rbs', line 7404 def next_token @next_token end |
#rules ⇒ ::Array[Types::RuleSearchSummary]
Returns the value of attribute rules.
7402 7403 7404 |
# File 'sig/types.rbs', line 7402 def rules @rules end |