Class: Aws::Types::InlineRedactionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_confidence_level::Integer

Returns the value of attribute global_confidence_level.

Returns:

  • (::Integer)


725
726
727
# File 'sig/types.rbs', line 725

def global_confidence_level
  @global_confidence_level
end

#global_enforced_urls::Array[::String]

Returns the value of attribute global_enforced_urls.

Returns:

  • (::Array[::String])


723
724
725
# File 'sig/types.rbs', line 723

def global_enforced_urls
  @global_enforced_urls
end

#global_exempt_urls::Array[::String]

Returns the value of attribute global_exempt_urls.

Returns:

  • (::Array[::String])


724
725
726
# File 'sig/types.rbs', line 724

def global_exempt_urls
  @global_exempt_urls
end

#inline_redaction_patterns::Array[Types::InlineRedactionPattern]

Returns the value of attribute inline_redaction_patterns.

Returns:



722
723
724
# File 'sig/types.rbs', line 722

def inline_redaction_patterns
  @inline_redaction_patterns
end