Class: Aws::FraudDetector::Types::PutEventTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PutEventTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the event type.
-
#entity_types ⇒ Array<String>
The entity type for the event type.
-
#event_ingestion ⇒ String
Specifies if ingestion is enabled or disabled.
-
#event_orchestration ⇒ Types::EventOrchestration
Enables or disables event orchestration.
-
#event_variables ⇒ Array<String>
The event type variables.
-
#labels ⇒ Array<String>
The event type labels.
-
#name ⇒ String
The name.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#description ⇒ String
The description of the event type.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#entity_types ⇒ Array<String>
The entity type for the event type. Example entity types: customer, merchant, account.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#event_ingestion ⇒ String
Specifies if ingestion is enabled or disabled.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#event_orchestration ⇒ Types::EventOrchestration
Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#event_variables ⇒ Array<String>
The event type variables.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Array<String>
The event type labels.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3924 class PutEventTypeRequest < Struct.new( :name, :description, :event_variables, :labels, :entity_types, :event_ingestion, :tags, :event_orchestration) SENSITIVE = [] include Aws::Structure end |