Class: Aws::GlueDataBrew::Types::ListRecipeVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListRecipeVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
-
#recipes ⇒ Array<Types::Recipe>
A list of versions for the specified recipe.
Instance Attribute Details
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
2595 2596 2597 2598 2599 2600 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2595 class ListRecipeVersionsResponse < Struct.new( :next_token, :recipes) SENSITIVE = [] include Aws::Structure end |
#recipes ⇒ Array<Types::Recipe>
A list of versions for the specified recipe.
2595 2596 2597 2598 2599 2600 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2595 class ListRecipeVersionsResponse < Struct.new( :next_token, :recipes) SENSITIVE = [] include Aws::Structure end |