Class: Aws::Types::RegexPatternSetReferenceStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def arn
  @arn
end

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



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.

Returns:



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.

Returns:



1437
1438
1439
# File 'sig/types.rbs', line 1437

def text_transformations
  @text_transformations
end