Class: Aws::WAFRegional::Types::GetSqlInjectionMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


2372
2373
2374
2375
2376
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2372

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