Class: Aws::FraudDetector::Types::Outcome
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Outcome
- Defined in:
- gems/aws-sdk-frauddetector/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.
3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3571 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.
3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3571 class Outcome < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The outcome description.
3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3571 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.
3571 3572 3573 3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3571 class Outcome < Struct.new( :name, :description, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |