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:



646
647
648
# File 'sig/types.rbs', line 646

def byte_match_sets
  @byte_match_sets
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def next_marker
  @next_marker
end