Class: Aws::Types::RegexMatchStatement

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:



1419
1420
1421
# File 'sig/types.rbs', line 1419

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:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def pre_parse_text_transformations
  @pre_parse_text_transformations
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def regex_string
  @regex_string
end

#text_transformations::Array[Types::TextTransformation]

Returns the value of attribute text_transformations.

Returns:



1420
1421
1422
# File 'sig/types.rbs', line 1420

def text_transformations
  @text_transformations
end