Class: Aws::Types::ListRegexMatchSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRegexMatchSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#regex_match_sets ⇒ ::Array[Types::RegexMatchSetSummary]
Returns the value of attribute regex_match_sets.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
705 706 707 |
# File 'sig/types.rbs', line 705 def next_marker @next_marker end |
#regex_match_sets ⇒ ::Array[Types::RegexMatchSetSummary]
Returns the value of attribute regex_match_sets.
706 707 708 |
# File 'sig/types.rbs', line 706 def regex_match_sets @regex_match_sets end |