You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Personalize::Types::RecipeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::RecipeSummary
- Defined in:
- (unknown)
Overview
Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix time) that the recipe was created.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the recipe was last updated.
-
#name ⇒ String
The name of the recipe.
-
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe.
-
#status ⇒ String
The status of the recipe.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix time) that the recipe was created.
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the recipe was last updated.
#name ⇒ String
The name of the recipe.
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe.
#status ⇒ String
The status of the recipe.