Class: Aws::Types::ListByteMatchSetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_match_sets::Array[Types::ByteMatchSetSummary]

Returns the value of attribute byte_match_sets.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def byte_match_sets
  @byte_match_sets
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def next_marker
  @next_marker
end