Class: Aws::Types::InlineRedactionPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:built_in_pattern_id])

Instance Attribute Summary collapse

Instance Attribute Details

#built_in_pattern_id::String

Returns the value of attribute built_in_pattern_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def built_in_pattern_id
  @built_in_pattern_id
end

#confidence_level::Integer

Returns the value of attribute confidence_level.

Returns:

  • (::Integer)


735
736
737
# File 'sig/types.rbs', line 735

def confidence_level
  @confidence_level
end

#custom_patternTypes::CustomPattern

Returns the value of attribute custom_pattern.



731
732
733
# File 'sig/types.rbs', line 731

def custom_pattern
  @custom_pattern
end

#enforced_urls::Array[::String]

Returns the value of attribute enforced_urls.

Returns:

  • (::Array[::String])


733
734
735
# File 'sig/types.rbs', line 733

def enforced_urls
  @enforced_urls
end

#exempt_urls::Array[::String]

Returns the value of attribute exempt_urls.

Returns:

  • (::Array[::String])


734
735
736
# File 'sig/types.rbs', line 734

def exempt_urls
  @exempt_urls
end

#redaction_place_holderTypes::RedactionPlaceHolder

Returns the value of attribute redaction_place_holder.



732
733
734
# File 'sig/types.rbs', line 732

def redaction_place_holder
  @redaction_place_holder
end