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")


1034
1035
1036
# File 'sig/types.rbs', line 1034

def action
  @action
end

#sql_injection_match_tupleTypes::SqlInjectionMatchTuple

Returns the value of attribute sql_injection_match_tuple.



1035
1036
1037
# File 'sig/types.rbs', line 1035

def sql_injection_match_tuple
  @sql_injection_match_tuple
end