Class: Aws::Types::ContentRedaction

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#pii_entity_types::Array[("BANK_ACCOUNT_NUMBER" | "BANK_ROUTING" | "CREDIT_DEBIT_NUMBER" | "CREDIT_DEBIT_CVV" | "CREDIT_DEBIT_EXPIRY" | "PIN" | "EMAIL" | "ADDRESS" | "NAME" | "PHONE" | "SSN" | "DATE_TIME" | "PASSPORT_NUMBER" | "DRIVER_ID" | "URL" | "AGE" | "USERNAME" | "PASSWORD" | "AWS_ACCESS_KEY" | "AWS_SECRET_KEY" | "IP_ADDRESS" | "MAC_ADDRESS" | "LICENSE_PLATE" | "VEHICLE_IDENTIFICATION_NUMBER" | "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER" | "CA_HEALTH_NUMBER" | "CA_SOCIAL_INSURANCE_NUMBER" | "INTERNATIONAL_BANK_ACCOUNT_NUMBER" | "SWIFT_CODE" | "ALL")]

Returns the value of attribute pii_entity_types.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def pii_entity_types
  @pii_entity_types
end

#redaction_output"redacted", "redacted_and_unredacted"

Returns the value of attribute redaction_output.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def redaction_output
  @redaction_output
end

#redaction_type"PII"

Returns the value of attribute redaction_type.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def redaction_type
  @redaction_type
end