Class: Aws::Types::ListRuleBasedMatchesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleBasedMatchesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_ids ⇒ ::Array[::String]
Returns the value of attribute match_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#match_ids ⇒ ::Array[::String]
Returns the value of attribute match_ids.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def match_ids @match_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def next_token @next_token end |