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)


3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'lib/aws-sdk-personalize/types.rb', line 3430

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)


3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'lib/aws-sdk-personalize/types.rb', line 3430

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)


3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'lib/aws-sdk-personalize/types.rb', line 3430

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)


3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'lib/aws-sdk-personalize/types.rb', line 3430

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)


3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'lib/aws-sdk-personalize/types.rb', line 3430

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