Class: Aws::GlueDataBrew::Types::CreateRecipeResponse

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 that you created.

Returns:

  • (String)


538
539
540
541
542
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 538

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