Class: Aws::WAFRegional::Types::GetByteMatchSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byte_match_setTypes::ByteMatchSet

Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name

  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation

  • FieldToMatch: Contains Data and Type

Returns:



1909
1910
1911
1912
1913
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1909

class GetByteMatchSetResponse < Struct.new(
  :byte_match_set)
  SENSITIVE = []
  include Aws::Structure
end