class Aws::FraudDetector::Types::Entity

The entity details.

@note When making an API call, you may pass Entity

data as a hash:

    {
      entity_type: "string", # required
      entity_id: "identifier", # required
    }

@!attribute [rw] entity_type

The entity type.
@return [String]

@!attribute [rw] entity_id

The entity ID. If you do not know the `entityId`, you can pass
`unknown`, which is areserved string literal.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/Entity AWS API Documentation

Constants

SENSITIVE