Class: Aws::GlueDataBrew::Types::ListRecipesRequest

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

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2622

class ListRecipesRequest < Struct.new(
  :max_results,
  :next_token,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2622

class ListRecipesRequest < Struct.new(
  :max_results,
  :next_token,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_versionString

Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

Valid values: LATEST_WORKING | LATEST_PUBLISHED

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2622

class ListRecipesRequest < Struct.new(
  :max_results,
  :next_token,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end