Class: Aws::GlueDataBrew::Types::ListRecipesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListRecipesResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/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 recipes that are defined.
Instance Attribute Details
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
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 |
#recipes ⇒ Array<Types::Recipe>
A list of recipes that are defined.
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 |