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.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
797 798 799 |
# File 'sig/types.rbs', line 797 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
796 797 798 |
# File 'sig/types.rbs', line 796 def next_marker @next_marker end |