Class: Aws::Glue::Types::UpdateBlueprintRequest

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

#blueprint_locationString

Specifies a path in Amazon S3 where the blueprint is published.



28170
28171
28172
28173
28174
28175
28176
# File 'lib/aws-sdk-glue/types.rb', line 28170

class UpdateBlueprintRequest < Struct.new(
  :name,
  :description,
  :blueprint_location)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the blueprint.



28170
28171
28172
28173
28174
28175
28176
# File 'lib/aws-sdk-glue/types.rb', line 28170

class UpdateBlueprintRequest < Struct.new(
  :name,
  :description,
  :blueprint_location)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the blueprint.



28170
28171
28172
28173
28174
28175
28176
# File 'lib/aws-sdk-glue/types.rb', line 28170

class UpdateBlueprintRequest < Struct.new(
  :name,
  :description,
  :blueprint_location)
  SENSITIVE = []
  include Aws::Structure
end