Class: Aws::Types::CreateSqlInjectionMatchSetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def change_token
  @change_token
end

#sql_injection_match_setTypes::SqlInjectionMatchSet

Returns the value of attribute sql_injection_match_set.



171
172
173
# File 'sig/types.rbs', line 171

def sql_injection_match_set
  @sql_injection_match_set
end