Class: Aws::Glue::Types::CreateBlueprintRequest

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)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3961

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

#descriptionString

A description of the blueprint.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3961

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

#nameString

The name of the blueprint.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3961

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

#tagsHash<String,String>

The tags to be applied to this blueprint.

Returns:

  • (Hash<String,String>)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3961

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