Class: Aws::Types::GuardrailChecksSensitiveInformationResultEntry

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)


765
766
767
# File 'sig/types.rbs', line 765

def begin_offset
  @begin_offset
end

#confidence_score::Float

Returns the value of attribute confidence_score.

Returns:

  • (::Float)


764
765
766
# File 'sig/types.rbs', line 764

def confidence_score
  @confidence_score
end

#content_index::Integer

Returns the value of attribute content_index.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def content_index
  @content_index
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


766
767
768
# File 'sig/types.rbs', line 766

def end_offset
  @end_offset
end

#message_index::Integer

Returns the value of attribute message_index.

Returns:

  • (::Integer)


767
768
769
# File 'sig/types.rbs', line 767

def message_index
  @message_index
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")


763
764
765
# File 'sig/types.rbs', line 763

def type
  @type
end