Class: Aws::Types::SqliMatchStatement

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:



1667
1668
1669
# File 'sig/types.rbs', line 1667

def field_to_match
  @field_to_match
end

#pre_parse_text_transformations::Array[Types::PreParseTextTransformation]

Returns the value of attribute pre_parse_text_transformations.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def pre_parse_text_transformations
  @pre_parse_text_transformations
end

#sensitivity_level"LOW", "HIGH"

Returns the value of attribute sensitivity_level.

Returns:

  • ("LOW", "HIGH")


1670
1671
1672
# File 'sig/types.rbs', line 1670

def sensitivity_level
  @sensitivity_level
end

#text_transformations::Array[Types::TextTransformation]

Returns the value of attribute text_transformations.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def text_transformations
  @text_transformations
end