Class: Aws::FraudDetector::Types::CreateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CreateModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The model description.
-
#event_type_name ⇒ String
The name of the event type.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#description ⇒ String
The model description.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 815 class CreateModelRequest < Struct.new( :model_id, :model_type, :description, :event_type_name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The name of the event type.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 815 class CreateModelRequest < Struct.new( :model_id, :model_type, :description, :event_type_name, :tags) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 815 class CreateModelRequest < Struct.new( :model_id, :model_type, :description, :event_type_name, :tags) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 815 class CreateModelRequest < Struct.new( :model_id, :model_type, :description, :event_type_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
815 816 817 818 819 820 821 822 823 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 815 class CreateModelRequest < Struct.new( :model_id, :model_type, :description, :event_type_name, :tags) SENSITIVE = [] include Aws::Structure end |