Class: Aws::WAFRegional::Types::CreateSqlInjectionMatchSetResponse

Inherits:
Struct
  • Object
show all
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

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)


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_setTypes::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