Class: Aws::Panorama::Types::CreateNodeFromTemplateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreateNodeFromTemplateJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:template_parameters]
Instance Attribute Summary collapse
-
#job_tags ⇒ Array<Types::JobResourceTags>
Tags for the job.
-
#node_description ⇒ String
A description for the node.
-
#node_name ⇒ String
A name for the node.
-
#output_package_name ⇒ String
An output package name for the node.
-
#output_package_version ⇒ String
An output package version for the node.
-
#template_parameters ⇒ Hash<String,String>
Template parameters for the node.
-
#template_type ⇒ String
The type of node.
Instance Attribute Details
#job_tags ⇒ Array<Types::JobResourceTags>
Tags for the job.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#node_description ⇒ String
A description for the node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#node_name ⇒ String
A name for the node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#output_package_name ⇒ String
An output package name for the node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#output_package_version ⇒ String
An output package version for the node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#template_parameters ⇒ Hash<String,String>
Template parameters for the node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |
#template_type ⇒ String
The type of node.
285 286 287 288 289 290 291 292 293 294 295 |
# File '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 = [:template_parameters] include Aws::Structure end |