Class: Aws::Personalize::Types::SolutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::SolutionSummary
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of a solution. For a complete listing, call the DescribeSolution API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix time) that the solution was created.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the solution was last updated.
-
#name ⇒ String
The name of the solution.
-
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe used by the solution.
-
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution.
-
#status ⇒ String
The status of the solution.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix time) that the solution was created.
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the solution was last updated.
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the solution.
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe used by the solution.
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution.
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the solution.
A solution can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5441 class SolutionSummary < Struct.new( :name, :solution_arn, :status, :creation_date_time, :last_updated_date_time, :recipe_arn) SENSITIVE = [] include Aws::Structure end |