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.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def field_to_match @field_to_match end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def text_transformation @text_transformation end |