Class: Aws::Types::ListWebACLsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def next_marker
  @next_marker
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1088
1089
1090
# File 'sig/types.rbs', line 1088

def scope
  @scope
end