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.
8352 8353 8354 8355 8356 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8352 class DeleteBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |