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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


3965
3966
3967
3968
3969
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3965

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