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

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

Returns:

  • (String)


21851
21852
21853
21854
21855
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21851

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