Class: Aws::FraudDetector::Types::Outcome
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Outcome
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The outcome.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The outcome ARN.
-
#created_time ⇒ String
The timestamp when the outcome was created.
-
#description ⇒ String
The outcome description.
-
#last_updated_time ⇒ String
The timestamp when the outcome was last updated.
-
#name ⇒ String
The outcome name.
Instance Attribute Details
#arn ⇒ String
The outcome ARN.
3771 3772 3773 3774 3775 3776 3777 3778 3779 |
# File '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_time ⇒ String
The timestamp when the outcome was created.
3771 3772 3773 3774 3775 3776 3777 3778 3779 |
# File '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 |
#description ⇒ String
The outcome description.
3771 3772 3773 3774 3775 3776 3777 3778 3779 |
# File '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_time ⇒ String
The timestamp when the outcome was last updated.
3771 3772 3773 3774 3775 3776 3777 3778 3779 |
# File '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 |