Class: Aws::GlueDataBrew::Types::DescribeRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeRecipeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the recipe to be described.
-
#recipe_version ⇒ String
The recipe version identifier.
Instance Attribute Details
#name ⇒ String
The name of the recipe to be described.
1636 1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1636 class DescribeRecipeRequest < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The recipe version identifier. If this parameter isn’t specified, then the latest published version is returned.
1636 1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1636 class DescribeRecipeRequest < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |