You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::Entity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Entity as input to an Aws::Client method, you can use a vanilla Hash:

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

The entity details.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

Returns:

  • (String)

    The entity ID.

#entity_typeString

The entity type.

Returns:

  • (String)

    The entity type.