Class: Aws::Types::CreateNodeFromTemplateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodeFromTemplateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
-
#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.
-
#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
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def @job_tags end |
#node_description ⇒ ::String
Returns the value of attribute node_description.
83 84 85 |
# File 'sig/types.rbs', line 83 def node_description @node_description end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def node_name @node_name end |
#output_package_name ⇒ ::String
Returns the value of attribute output_package_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def output_package_name @output_package_name end |
#output_package_version ⇒ ::String
Returns the value of attribute output_package_version.
86 87 88 |
# File 'sig/types.rbs', line 86 def output_package_version @output_package_version end |
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
87 88 89 |
# File 'sig/types.rbs', line 87 def template_parameters @template_parameters end |
#template_type ⇒ "RTSP_CAMERA_STREAM"
Returns the value of attribute template_type.
88 89 90 |
# File 'sig/types.rbs', line 88 def template_type @template_type end |