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

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

#blueprint_locationString

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

Returns:

  • (String)


29212
29213
29214
29215
29216
29217
29218
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29212

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

#descriptionString

A description of the blueprint.

Returns:

  • (String)


29212
29213
29214
29215
29216
29217
29218
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29212

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

#nameString

The name of the blueprint.

Returns:

  • (String)


29212
29213
29214
29215
29216
29217
29218
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29212

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