Class: Aws::Panorama::Types::CreateNodeFromTemplateJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_tagsArray<Types::JobResourceTags>

Tags for the job.

Returns:



285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_descriptionString

A description for the node.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_nameString

A name for the node.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#output_package_nameString

An output package name for the node.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#output_package_versionString

An output package version for the node.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_parametersHash<String,String>

Template parameters for the node.

Returns:

  • (Hash<String,String>)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The type of node.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 285

class CreateNodeFromTemplateJobRequest < Struct.new(
  :job_tags,
  :node_description,
  :node_name,
  :output_package_name,
  :output_package_version,
  :template_parameters,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end