Class: Aws::WAFRegional::Types::GetByteMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetByteMatchSetResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byte_match_set ⇒ Types::ByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request.
Instance Attribute Details
#byte_match_set ⇒ Types::ByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the following
topics:
ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
FieldToMatch: Contains
Data
andType
2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2262 class GetByteMatchSetResponse < Struct.new( :byte_match_set) SENSITIVE = [] include Aws::Structure end |