Class: Aws::GlueDataBrew::Types::ListRecipeVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2595

class ListRecipeVersionsResponse < Struct.new(
  :next_token,
  :recipes)
  SENSITIVE = []
  include Aws::Structure
end

#recipesArray<Types::Recipe>

A list of versions for the specified recipe.

Returns:



2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2595

class ListRecipeVersionsResponse < Struct.new(
  :next_token,
  :recipes)
  SENSITIVE = []
  include Aws::Structure
end