Class: Aws::Types::ListRegexPatternSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRegexPatternSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#regex_pattern_sets ⇒ ::Array[Types::RegexPatternSetSummary]
Returns the value of attribute regex_pattern_sets.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def next_marker @next_marker end |
#regex_pattern_sets ⇒ ::Array[Types::RegexPatternSetSummary]
Returns the value of attribute regex_pattern_sets.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def regex_pattern_sets @regex_pattern_sets end |