Class: Aws::Types::SqlInjectionMatchSetUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INSERT", "DELETE"

Returns the value of attribute action.

Returns:

  • ("INSERT", "DELETE")


996
997
998
# File 'sig/types.rbs', line 996

def action
  @action
end

#sql_injection_match_tupleTypes::SqlInjectionMatchTuple

Returns the value of attribute sql_injection_match_tuple.



997
998
999
# File 'sig/types.rbs', line 997

def sql_injection_match_tuple
  @sql_injection_match_tuple
end