Class: Aws::GlueDataBrew::Types::ListRecipesResponse

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)


2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2641

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

#recipesArray<Types::Recipe>

A list of recipes that are defined.

Returns:



2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2641

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