Class: Aws::Types::GuardrailPiiEntity

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")


2288
2289
2290
# File 'sig/types.rbs', line 2288

def action
  @action
end

#input_action"BLOCK", ...

Returns the value of attribute input_action.

Returns:

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


2289
2290
2291
# File 'sig/types.rbs', line 2289

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def input_enabled
  @input_enabled
end

#output_action"BLOCK", ...

Returns the value of attribute output_action.

Returns:

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


2290
2291
2292
# File 'sig/types.rbs', line 2290

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2292
2293
2294
# File 'sig/types.rbs', line 2292

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")


2287
2288
2289
# File 'sig/types.rbs', line 2287

def type
  @type
end