Class: Aws::Types::ListWebACLsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.



840
841
842
# File 'sig/types.rbs', line 840

def next_marker
  @next_marker
end

#web_acls::Array[Types::WebACLSummary]

Returns the value of attribute web_acls.



841
842
843
# File 'sig/types.rbs', line 841

def web_acls
  @web_acls
end