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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def next_marker @next_marker end |
#web_acls ⇒ ::Array[Types::WebACLSummary]
Returns the value of attribute web_acls.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def web_acls @web_acls end |