Class: Aws::FraudDetector::Types::Outcome

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

Overview

The outcome.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The outcome ARN.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3771

class Outcome < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

The timestamp when the outcome was created.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3771

class Outcome < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The outcome description.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3771

class Outcome < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeString

The timestamp when the outcome was last updated.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3771

class Outcome < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The outcome name.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3771

class Outcome < Struct.new(
  :name,
  :description,
  :last_updated_time,
  :created_time,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end