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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The entity details.

Constant Summary collapse

SENSITIVE =
[]

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)


1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1512

class Entity < Struct.new(
  :entity_type,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The entity type.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1512

class Entity < Struct.new(
  :entity_type,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end