Class: Aws::Types::CreateNodeFromTemplateJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_tags ⇒ ::Array[Types::JobResourceTags]

Returns the value of attribute job_tags.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def job_tags
  @job_tags
end

#node_description ⇒ ::String

Returns the value of attribute node_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • ("RTSP_CAMERA_STREAM")


88
89
90
# File 'sig/types.rbs', line 88

def template_type
  @template_type
end