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
- Struct
- Aws::FraudDetector::Types::Entity
- 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
-
#entity_id ⇒ String
The entity ID.
-
#entity_type ⇒ String
The entity type.
Instance Attribute Details
#entity_id ⇒ String
The entity ID. If you do not know the entityId
, you can pass
unknown
, which is areserved string literal.
#entity_type ⇒ String
The entity type.