Class: Aws::Panorama::Types::NodeFromTemplateJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NodeFromTemplateJob
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A job to create a camera stream node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
When the job was created.
-
#job_id ⇒ String
The job’s ID.
-
#node_name ⇒ String
The node’s name.
-
#status ⇒ String
The job’s status.
-
#status_message ⇒ String
The job’s status message.
-
#template_type ⇒ String
The job’s template type.
Instance Attribute Details
#created_time ⇒ Time
When the job was created.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job’s ID.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The node’s name.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The job’s status message.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The job’s template type.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-panorama/types.rb', line 2064 class NodeFromTemplateJob < Struct.new( :created_time, :job_id, :node_name, :status, :status_message, :template_type) SENSITIVE = [] include Aws::Structure end |