Class: Aws::WAF::Types::GetByteMatchSetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WAF::Types::GetByteMatchSetResponse
 
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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 GetByteMatchSetrequest.
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, and- Name
- ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each- ByteMatchTupleobject contains FieldToMatch,- PositionalConstraint,- TargetString, and- TextTransformation
- FieldToMatch: Contains - Dataand- Type
| 1851 1852 1853 1854 1855 | # File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1851 class GetByteMatchSetResponse < Struct.new( :byte_match_set) SENSITIVE = [] include Aws::Structure end |