Class: Aws::WAFRegional::Types::GetSqlInjectionMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetSqlInjectionMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
A request to get a SqlInjectionMatchSet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sql_injection_match_set_id ⇒ String
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to get.
Instance Attribute Details
#sql_injection_match_set_id ⇒ String
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to get. `SqlInjectionMatchSetId` is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2372 class GetSqlInjectionMatchSetRequest < Struct.new( :sql_injection_match_set_id) SENSITIVE = [] include Aws::Structure end |