Class: Aws::GlueDataBrew::Types::DescribeRecipeRequest

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

#nameString

The name of the recipe to be described.

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1636

class DescribeRecipeRequest < Struct.new(
  :name,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_versionString

The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1636

class DescribeRecipeRequest < Struct.new(
  :name,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end