Class: Aws::Types::XssMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::XssMatchStatement
- 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.
-
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
-
#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.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def field_to_match @field_to_match end |
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def pre_parse_text_transformations @pre_parse_text_transformations end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def text_transformations @text_transformations end |