Class: Aws::WAF::Types::CreateSqlInjectionMatchSetResponse

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

Overview

The response to a CreateSqlInjectionMatchSet request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

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.

Returns:

  • (String)


960
961
962
963
964
965
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 960

class CreateSqlInjectionMatchSetResponse < Struct.new(
  :sql_injection_match_set,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#sql_injection_match_setTypes::SqlInjectionMatchSet

A SqlInjectionMatchSet.



960
961
962
963
964
965
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 960

class CreateSqlInjectionMatchSetResponse < Struct.new(
  :sql_injection_match_set,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end