Class: Aws::Types::PiiEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def begin_offset
  @begin_offset
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def end_offset
  @end_offset
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def score
  @score
end

#type"BANK_ACCOUNT_NUMBER", ...

Returns the value of attribute type.

Returns:

  • ("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", "ALL", "LICENSE_PLATE", "VEHICLE_IDENTIFICATION_NUMBER", "UK_NATIONAL_INSURANCE_NUMBER", "CA_SOCIAL_INSURANCE_NUMBER", "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER", "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER", "IN_PERMANENT_ACCOUNT_NUMBER", "IN_NREGA", "INTERNATIONAL_BANK_ACCOUNT_NUMBER", "SWIFT_CODE", "UK_NATIONAL_HEALTH_SERVICE_NUMBER", "CA_HEALTH_NUMBER", "IN_AADHAAR", "IN_VOTER_NUMBER")


1508
1509
1510
# File 'sig/types.rbs', line 1508

def type
  @type
end