Class: Aws::GlueDataBrew::Types::PublishRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::PublishRecipeResponse
- 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 that you published.
Instance Attribute Details
#name ⇒ String
The name of the recipe that you published.
3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3020 class PublishRecipeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |