Class: Aws::Types::GuardrailPiiEntityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCK", ...

Returns the value of attribute action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2298
2299
2300
# File 'sig/types.rbs', line 2298

def action
  @action
end

#input_action"BLOCK", ...

Returns the value of attribute input_action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2299
2300
2301
# File 'sig/types.rbs', line 2299

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def input_enabled
  @input_enabled
end

#output_action"BLOCK", ...

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2300
2301
2302
# File 'sig/types.rbs', line 2300

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def output_enabled
  @output_enabled
end

#type"ADDRESS", ...

Returns the value of attribute type.

Returns:

  • ("ADDRESS", "AGE", "AWS_ACCESS_KEY", "AWS_SECRET_KEY", "CA_HEALTH_NUMBER", "CA_SOCIAL_INSURANCE_NUMBER", "CREDIT_DEBIT_CARD_CVV", "CREDIT_DEBIT_CARD_EXPIRY", "CREDIT_DEBIT_CARD_NUMBER", "DRIVER_ID", "EMAIL", "INTERNATIONAL_BANK_ACCOUNT_NUMBER", "IP_ADDRESS", "LICENSE_PLATE", "MAC_ADDRESS", "NAME", "PASSWORD", "PHONE", "PIN", "SWIFT_CODE", "UK_NATIONAL_HEALTH_SERVICE_NUMBER", "UK_NATIONAL_INSURANCE_NUMBER", "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER", "URL", "USERNAME", "US_BANK_ACCOUNT_NUMBER", "US_BANK_ROUTING_NUMBER", "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER", "US_PASSPORT_NUMBER", "US_SOCIAL_SECURITY_NUMBER", "VEHICLE_IDENTIFICATION_NUMBER")


2297
2298
2299
# File 'sig/types.rbs', line 2297

def type
  @type
end