Class: Aws::Glue::Types::DeleteBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteBlueprintRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DeleteBlueprintRequest data as a hash:
{
name: "NameString", # required
}
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.
7993 7994 7995 7996 7997 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7993 class DeleteBlueprintRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |