Class: Aws::Types::ListWebACLsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWebACLsRequest
- 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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def next_marker @next_marker end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def scope @scope end |