Class: Aws::Glue::Types::DeleteBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteBlueprintRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the blueprint to delete.
Instance Attribute Details
#name ⇒ String
The name of the blueprint to delete.
7468 7469 7470 7471 7472 |
# File 'lib/aws-sdk-glue/types.rb', line 7468 class DeleteBlueprintRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |