Class: Aws::FraudDetector::Types::PutOutcomeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The outcome description.

Returns:

  • (String)


4046
4047
4048
4049
4050
4051
4052
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4046

class PutOutcomeRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the outcome.

Returns:

  • (String)


4046
4047
4048
4049
4050
4051
4052
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4046

class PutOutcomeRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A collection of key and value pairs.

Returns:



4046
4047
4048
4049
4050
4051
4052
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4046

class PutOutcomeRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end