Class: Aws::Types::ByteMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::ByteMatchStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
-
#positional_constraint ⇒ "EXACTLY", ...
Returns the value of attribute positional_constraint.
-
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
-
#search_string ⇒ ::String
Returns the value of attribute search_string.
-
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
Instance Attribute Details
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
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.
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.
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.
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.
125 126 127 |
# File 'sig/types.rbs', line 125 def text_transformations @text_transformations end |