Class: Aws::Types::XssMatchTuple
- Inherits:
-
Object
- Object
- Aws::Types::XssMatchTuple
- 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.
-
#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.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def field_to_match @field_to_match end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def text_transformation @text_transformation end |