Class: Aws::Glue::Types::UpdateBlueprintResponse

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

Returns:

  • (String)


29260
29261
29262
29263
29264
# File 'lib/aws-sdk-glue/types.rb', line 29260

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