Class: Aws::WAFRegional::Types::GetSqlInjectionMatchSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/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`



2396
2397
2398
2399
2400
# File 'lib/aws-sdk-wafregional/types.rb', line 2396

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