Class: Aws::Personalize::Types::RecipeSummary

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'lib/aws-sdk-personalize/types.rb', line 3524

class RecipeSummary < Struct.new(
  :name,
  :recipe_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'lib/aws-sdk-personalize/types.rb', line 3524

class RecipeSummary < Struct.new(
  :name,
  :recipe_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recipe.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'lib/aws-sdk-personalize/types.rb', line 3524

class RecipeSummary < Struct.new(
  :name,
  :recipe_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'lib/aws-sdk-personalize/types.rb', line 3524

class RecipeSummary < Struct.new(
  :name,
  :recipe_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recipe.

Returns:

  • (String)


3524
3525
3526
3527
3528
3529
3530
3531
3532
# File 'lib/aws-sdk-personalize/types.rb', line 3524

class RecipeSummary < Struct.new(
  :name,
  :recipe_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end