Class: Aws::Types::ByteMatchTuple
- Inherits:
-
Object
- Object
- Aws::Types::ByteMatchTuple
- 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.
-
#target_string ⇒ ::String
Returns the value of attribute target_string.
-
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
Instance Attribute Details
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
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.
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.
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.
43 44 45 |
# File 'sig/types.rbs', line 43 def text_transformation @text_transformation end |