Class: Aws::FraudDetector::Types::EventType
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EventType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The event type details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The entity type ARN.
-
#created_time ⇒ String
Timestamp of when the event type was created.
-
#description ⇒ String
The event type description.
-
#entity_types ⇒ Array<String>
The event type entity types.
-
#event_ingestion ⇒ String
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.
-
#event_orchestration ⇒ Types::EventOrchestration
The event orchestration status.
-
#event_variables ⇒ Array<String>
The event type event variables.
-
#ingested_event_statistics ⇒ Types::IngestedEventStatistics
Data about the stored events.
-
#labels ⇒ Array<String>
The event type labels.
-
#last_updated_time ⇒ String
Timestamp of when the event type was last updated.
-
#name ⇒ String
The event type name.
Instance Attribute Details
#arn ⇒ String
The entity type ARN.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_time ⇒ String
Timestamp of when the event type was created.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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 |
#description ⇒ String
The event type description.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_types ⇒ Array<String>
The event type entity types.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_ingestion ⇒ String
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.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_orchestration ⇒ Types::EventOrchestration
The event orchestration status.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_variables ⇒ Array<String>
The event type event variables.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_statistics ⇒ Types::IngestedEventStatistics
Data about the stored events.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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 |
#labels ⇒ Array<String>
The event type labels.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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_time ⇒ String
Timestamp of when the event type was last updated.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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 |
#name ⇒ String
The event type name.
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File '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 |