Class: Aws::WAFRegional::Types::CreateSqlInjectionMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateSqlInjectionMatchSetResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
The response to a CreateSqlInjectionMatchSet request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The
ChangeTokenthat you used to submit theCreateSqlInjectionMatchSetrequest. -
#sql_injection_match_set ⇒ Types::SqlInjectionMatchSet
A SqlInjectionMatchSet.
Instance Attribute Details
#change_token ⇒ String
The ChangeToken that you used to submit the
CreateSqlInjectionMatchSet request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.
991 992 993 994 995 996 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 991 class CreateSqlInjectionMatchSetResponse < Struct.new( :sql_injection_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |
#sql_injection_match_set ⇒ Types::SqlInjectionMatchSet
A SqlInjectionMatchSet.
991 992 993 994 995 996 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 991 class CreateSqlInjectionMatchSetResponse < Struct.new( :sql_injection_match_set, :change_token) SENSITIVE = [] include Aws::Structure end |