Class: Aws::Personalize::Types::RecipeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::RecipeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of a recipe. For a complete listing, call the [DescribeRecipe] API.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecipe.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix time) that the recipe was created.
-
#domain ⇒ String
The domain of the recipe (if the recipe is a Domain dataset group use case).
-
#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.
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The domain of the recipe (if the recipe is a Domain dataset group use case).
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the recipe was last updated.
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recipe.
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe.
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the recipe.
4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 |
# File 'lib/aws-sdk-personalize/types.rb', line 4882 class RecipeSummary < Struct.new( :name, :recipe_arn, :status, :creation_date_time, :last_updated_date_time, :domain) SENSITIVE = [] include Aws::Structure end |