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)


27989
27990
27991
27992
27993
27994
27995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27989

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

#descriptionString

A description of the blueprint.

Returns:

  • (String)


27989
27990
27991
27992
27993
27994
27995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27989

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

#nameString

The name of the blueprint.

Returns:

  • (String)


27989
27990
27991
27992
27993
27994
27995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27989

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