Class: Aws::Types::DescribeNodeFromTemplateJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeFromTemplateJobResponse
- 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.
-
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#node_description ⇒ ::String
Returns the value of attribute node_description.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#output_package_name ⇒ ::String
Returns the value of attribute output_package_name.
-
#output_package_version ⇒ ::String
Returns the value of attribute output_package_version.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
-
#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.
249 250 251 |
# File 'sig/types.rbs', line 249 def created_time @created_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def job_id @job_id end |
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
251 252 253 |
# File 'sig/types.rbs', line 251 def end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
252 253 254 |
# File 'sig/types.rbs', line 252 def last_updated_time @last_updated_time end |
#node_description ⇒ ::String
Returns the value of attribute node_description.
253 254 255 |
# File 'sig/types.rbs', line 253 def node_description @node_description end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
254 255 256 |
# File 'sig/types.rbs', line 254 def node_name @node_name end |
#output_package_name ⇒ ::String
Returns the value of attribute output_package_name.
255 256 257 |
# File 'sig/types.rbs', line 255 def output_package_name @output_package_name end |
#output_package_version ⇒ ::String
Returns the value of attribute output_package_version.
256 257 258 |
# File 'sig/types.rbs', line 256 def output_package_version @output_package_version end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
257 258 259 |
# File 'sig/types.rbs', line 257 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
258 259 260 |
# File 'sig/types.rbs', line 258 def end |
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
259 260 261 |
# File 'sig/types.rbs', line 259 def template_parameters @template_parameters end |
#template_type ⇒ "RTSP_CAMERA_STREAM"
Returns the value of attribute template_type.
260 261 262 |
# File 'sig/types.rbs', line 260 def template_type @template_type end |