Module: Aws::Panorama::Client::_DescribeNodeFromTemplateJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeNodeFromTemplateJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #job_id ⇒ ::String
- #job_tags ⇒ ::Array[Types::JobResourceTags]
- #last_updated_time ⇒ ::Time
- #node_description ⇒ ::String
- #node_name ⇒ ::String
- #output_package_name ⇒ ::String
- #output_package_version ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
- #template_parameters ⇒ ::Hash[::String, ::String]
- #template_type ⇒ "RTSP_CAMERA_STREAM"
Instance Method Details
#created_time ⇒ ::Time
333 |
# File 'sig/client.rbs', line 333 def created_time: () -> ::Time |
#job_id ⇒ ::String
334 |
# File 'sig/client.rbs', line 334 def job_id: () -> ::String |
#job_tags ⇒ ::Array[Types::JobResourceTags]
335 |
# File 'sig/client.rbs', line 335 def job_tags: () -> ::Array[Types::JobResourceTags] |
#last_updated_time ⇒ ::Time
336 |
# File 'sig/client.rbs', line 336 def last_updated_time: () -> ::Time |
#node_description ⇒ ::String
337 |
# File 'sig/client.rbs', line 337 def node_description: () -> ::String |
#node_name ⇒ ::String
338 |
# File 'sig/client.rbs', line 338 def node_name: () -> ::String |
#output_package_name ⇒ ::String
339 |
# File 'sig/client.rbs', line 339 def output_package_name: () -> ::String |
#output_package_version ⇒ ::String
340 |
# File 'sig/client.rbs', line 340 def output_package_version: () -> ::String |
#status ⇒ "PENDING", ...
341 |
# File 'sig/client.rbs', line 341 def status: () -> ("PENDING" | "SUCCEEDED" | "FAILED") |
#status_message ⇒ ::String
342 |
# File 'sig/client.rbs', line 342 def status_message: () -> ::String |
#template_parameters ⇒ ::Hash[::String, ::String]
343 |
# File 'sig/client.rbs', line 343 def template_parameters: () -> ::Hash[::String, ::String] |
#template_type ⇒ "RTSP_CAMERA_STREAM"
344 |
# File 'sig/client.rbs', line 344 def template_type: () -> ("RTSP_CAMERA_STREAM") |