Class: Aws::WAFRegional::Types::GetSqlInjectionMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetSqlInjectionMatchSetResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
The response to a GetSqlInjectionMatchSet request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sql_injection_match_set ⇒ Types::SqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet
request.
Instance Attribute Details
#sql_injection_match_set ⇒ Types::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 ofSqlInjectionMatchTuple
objectsSqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
FieldToMatch: Contains
Data
andType
2396 2397 2398 2399 2400 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2396 class GetSqlInjectionMatchSetResponse < Struct.new( :sql_injection_match_set) SENSITIVE = [] include Aws::Structure end |