Class: Aws::GlueDataBrew::Types::PublishRecipeResponse

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 published.

Returns:

  • (String)


3020
3021
3022
3023
3024
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3020

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