Class: Aws::Glue::Types::DeleteBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteBlueprintResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Returns the name of the blueprint that was deleted.
Instance Attribute Details
#name ⇒ String
Returns the name of the blueprint that was deleted.
7372 7373 7374 7375 7376 |
# File 'lib/aws-sdk-glue/types.rb', line 7372 class DeleteBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |