Class: Aws::Glue::Types::DeleteBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteBlueprintResponse
- Defined in:
- gems/aws-sdk-glue/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.
8589 8590 8591 8592 8593 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8589 class DeleteBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |