Class: Aws::Types::RegexPatternSetReferenceStatement
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSetReferenceStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def arn @arn end |
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def field_to_match @field_to_match end |
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def pre_parse_text_transformations @pre_parse_text_transformations end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def text_transformations @text_transformations end |