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.
50 51 52 |
# File 'sig/types.rbs', line 50 def field_to_match @field_to_match end |
#positional_constraint ⇒ "EXACTLY", ...
Returns the value of attribute positional_constraint.
53 54 55 |
# File 'sig/types.rbs', line 53 def positional_constraint @positional_constraint end |
#target_string ⇒ ::String
Returns the value of attribute target_string.
51 52 53 |
# File 'sig/types.rbs', line 51 def target_string @target_string end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
52 53 54 |
# File 'sig/types.rbs', line 52 def text_transformation @text_transformation end |