Class: Aws::Types::ByteMatchStatement

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:



124
125
126
# File 'sig/types.rbs', line 124

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


127
128
129
# File 'sig/types.rbs', line 127

def positional_constraint
  @positional_constraint
end

#pre_parse_text_transformations::Array[Types::PreParseTextTransformation]

Returns the value of attribute pre_parse_text_transformations.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def pre_parse_text_transformations
  @pre_parse_text_transformations
end

#search_string::String

Returns the value of attribute search_string.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def search_string
  @search_string
end

#text_transformations::Array[Types::TextTransformation]

Returns the value of attribute text_transformations.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def text_transformations
  @text_transformations
end