Class: Aws::Types::ListWebACLsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWebACLsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#web_acls ⇒ ::Array[Types::WebACLSummary]
Returns the value of attribute web_acls.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
802 803 804 |
# File 'sig/types.rbs', line 802 def next_marker @next_marker end |
#web_acls ⇒ ::Array[Types::WebACLSummary]
Returns the value of attribute web_acls.
803 804 805 |
# File 'sig/types.rbs', line 803 def web_acls @web_acls end |