You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::PutOutcomeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PutOutcomeRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutOutcomeRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "identifier", # required
description: "description",
tags: [
{
key: "tagKey", # required
value: "tagValue", # required
},
],
}
Instance Attribute Summary collapse
-
#description ⇒ String
The outcome description.
-
#name ⇒ String
The name of the outcome.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#description ⇒ String
The outcome description.
#name ⇒ String
The name of the outcome.
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.