Class: Aws::FraudDetector::Types::Model
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Model
- Defined in:
- gems/aws-sdk-frauddetector/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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3218 class Model < Struct.new( :model_id, :model_type, :description, :event_type_name, :created_time, :last_updated_time, :arn) SENSITIVE = [] include Aws::Structure end |