Class: Aws::Types::DescribeNodeFromTemplateJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def job_tags
  @job_tags
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "SUCCEEDED", "FAILED")


257
258
259
# File 'sig/types.rbs', line 257

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def status_message
  @status_message
end

#template_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute template_parameters.

Returns:

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


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.

Returns:

  • ("RTSP_CAMERA_STREAM")


260
261
262
# File 'sig/types.rbs', line 260

def template_type
  @template_type
end