Class: Aws::Types::ListWebACLsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def web_acls
  @web_acls
end