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
show all
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

Instance Attribute Details

#creation_date_time ⇒ Time

The date and time (in Unix time) that the recipe was created.

Returns:

  • (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.

Returns:

  • (Time) —

    The date and time (in Unix time) that the recipe was last updated.

#name ⇒ String

The name of the recipe.

Returns:

  • (String) —

    The name of the recipe.

#recipe_arn ⇒ String

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the recipe.

#status ⇒ String

The status of the recipe.

Returns:

  • (String) —

    The status of the recipe.