Class: Aws::Glue::Types::DeleteBlueprintResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns the name of the blueprint that was deleted.

Returns:

  • (String)


7480
7481
7482
7483
7484
# File 'lib/aws-sdk-glue/types.rb', line 7480

class DeleteBlueprintResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end