Class: Aws::Types::ListRegexPatternSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRegexPatternSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def scope @scope end |