Class: Aws::Types::NodeFromTemplateJob
- Inherits:
-
Object
- Object
- Aws::Types::NodeFromTemplateJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_type ⇒ "RTSP_CAMERA_STREAM"
Returns the value of attribute template_type.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
601 602 603 |
# File 'sig/types.rbs', line 601 def created_time @created_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
602 603 604 |
# File 'sig/types.rbs', line 602 def job_id @job_id end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
603 604 605 |
# File 'sig/types.rbs', line 603 def node_name @node_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
604 605 606 |
# File 'sig/types.rbs', line 604 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
605 606 607 |
# File 'sig/types.rbs', line 605 def @status_message end |
#template_type ⇒ "RTSP_CAMERA_STREAM"
Returns the value of attribute template_type.
606 607 608 |
# File 'sig/types.rbs', line 606 def template_type @template_type end |