Class: Aws::FraudDetector::Types::Model

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the model.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of when the model was created.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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

#descriptionString

The model description.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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_nameString

The name of the event type.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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_timeString

Timestamp of last time the model was updated.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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_idString

The model ID.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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_typeString

The model type.

Returns:

  • (String)


3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
# File 'gems/aws-sdk-frauddetector/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