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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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

#domainString

The domain of the recipe (if the recipe is a Domain dataset group use case).

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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

#last_updated_date_timeTime

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

Returns:

  • (Time)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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

#nameString

The name of the recipe.

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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

#statusString

The status of the recipe.

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4611

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