Class: Aws::WAF::Types::GetSqlInjectionMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetSqlInjectionMatchSetResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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
2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2338 class GetSqlInjectionMatchSetResponse < Struct.new( :sql_injection_match_set) SENSITIVE = [] include Aws::Structure end |