Class: Aws::Types::XssMatchStatement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



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.

Returns:



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.

Returns:



1995
1996
1997
# File 'sig/types.rbs', line 1995

def text_transformations
  @text_transformations
end