Class: Aws::Panorama::Types::NodeFromTemplateJob

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

Overview

A job to create a camera stream node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

When the job was created.

Returns:

  • (Time)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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_idString

The job's ID.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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_nameString

The node's name.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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

#statusString

The job's status.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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_messageString

The job's status message.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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_typeString

The job's template type.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-panorama/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