Class: Aws::GlueDataBrew::Types::ListRecipeVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListRecipeVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#name ⇒ String
The name of the recipe for which to return version information.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
2576 2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2576 class ListRecipeVersionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recipe for which to return version information.
2576 2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2576 class ListRecipeVersionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2576 2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2576 class ListRecipeVersionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |