Class: Aws::Glue::Types::CreateBlueprintResponse

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 registered.

Returns:

  • (String)


4794
4795
4796
4797
4798
# File 'lib/aws-sdk-glue/types.rb', line 4794

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