Class: Aws::Types::SqlInjectionMatchTuple

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



1002
1003
1004
# File 'sig/types.rbs', line 1002

def field_to_match
  @field_to_match
end

#text_transformation"NONE", ...

Returns the value of attribute text_transformation.

Returns:

  • ("NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE")


1003
1004
1005
# File 'sig/types.rbs', line 1003

def text_transformation
  @text_transformation
end