Class: Aws::Types::ListManagedRuleSetsRequest

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)


996
997
998
# File 'sig/types.rbs', line 996

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def next_marker
  @next_marker
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


994
995
996
# File 'sig/types.rbs', line 994

def scope
  @scope
end