Class: Aws::Types::ListManagedRuleSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedRuleSetsRequest
- 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.
996 997 998 |
# File 'sig/types.rbs', line 996 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
995 996 997 |
# File 'sig/types.rbs', line 995 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
994 995 996 |
# File 'sig/types.rbs', line 994 def scope @scope end |