Class: Aws::FraudDetector::Types::Model
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Model
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the model.
-
#created_time ⇒ String
Timestamp of when the model was created.
-
#description ⇒ String
The model description.
-
#event_type_name ⇒ String
The name of the event type.
-
#last_updated_time ⇒ String
Timestamp of last time the model was updated.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
Instance Attribute Details
#arn ⇒ String
The ARN of the model.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Timestamp of when the model was created.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The model description.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The name of the event type.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of last time the model was updated.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3418 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |