Class: Aws::WAF::Types::GetSqlInjectionMatchSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

A request to get a SqlInjectionMatchSet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sql_injection_match_set_idString

The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to get. `SqlInjectionMatchSetId` is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Returns:

  • (String)


2314
2315
2316
2317
2318
# File 'lib/aws-sdk-waf/types.rb', line 2314

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