Class: Aws::FraudDetector::Types::EventType

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

Overview

The event type details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The entity type ARN.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

Timestamp of when the event type was created.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The event type description.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typesArray<String>

The event type entity types.

Returns:

  • (Array<String>)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#event_ingestionString

If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as INGESTED_EVENTS, to train your model and improve fraud predictions.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#event_orchestrationTypes::EventOrchestration

The event orchestration status.



1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#event_variablesArray<String>

The event type event variables.

Returns:

  • (Array<String>)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#ingested_event_statisticsTypes::IngestedEventStatistics

Data about the stored events.



1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#labelsArray<String>

The event type labels.

Returns:

  • (Array<String>)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeString

Timestamp of when the event type was last updated.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The event type name.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1813

class EventType < Struct.new(
  :name,
  :description,
  :event_variables,
  :labels,
  :entity_types,
  :event_ingestion,
  :ingested_event_statistics,
  :last_updated_time,
  :created_time,
  :arn,
  :event_orchestration)
  SENSITIVE = []
  include Aws::Structure
end