Class: Aws::WAF::Types::GetSqlInjectionMatchSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

The response to a GetSqlInjectionMatchSet request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sql_injection_match_setTypes::SqlInjectionMatchSet

Information about the SqlInjectionMatchSet that you specified in the ‘GetSqlInjectionMatchSet` request. For more information, see the following topics:

  • SqlInjectionMatchSet: Contains ‘Name`, `SqlInjectionMatchSetId`, and an array of `SqlInjectionMatchTuple` objects

  • SqlInjectionMatchTuple: Each ‘SqlInjectionMatchTuple` object contains `FieldToMatch` and `TextTransformation`

  • FieldToMatch: Contains ‘Data` and `Type`



2338
2339
2340
2341
2342
# File 'lib/aws-sdk-waf/types.rb', line 2338

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