Class: Aws::Types::ListByteMatchSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListByteMatchSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_match_sets ⇒ ::Array[Types::ByteMatchSetSummary]
Returns the value of attribute byte_match_sets.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#byte_match_sets ⇒ ::Array[Types::ByteMatchSetSummary]
Returns the value of attribute byte_match_sets.
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.
645 646 647 |
# File 'sig/types.rbs', line 645 def next_marker @next_marker end |