Class: Aws::Types::ByteMatchTuple

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:



41
42
43
# File 'sig/types.rbs', line 41

def field_to_match
  @field_to_match
end

#positional_constraint"EXACTLY", ...

Returns the value of attribute positional_constraint.

Returns:

  • ("EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD")


44
45
46
# File 'sig/types.rbs', line 44

def positional_constraint
  @positional_constraint
end

#target_string::String

Returns the value of attribute target_string.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def target_string
  @target_string
end

#text_transformation"NONE", ...

Returns the value of attribute text_transformation.

Returns:

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


43
44
45
# File 'sig/types.rbs', line 43

def text_transformation
  @text_transformation
end