Class: Aws::Types::NodeFromTemplateJob

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def node_name
  @node_name
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


604
605
606
# File 'sig/types.rbs', line 604

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def status_message
  @status_message
end

#template_type ⇒ "RTSP_CAMERA_STREAM"

Returns the value of attribute template_type.

Returns:

  • ("RTSP_CAMERA_STREAM")


606
607
608
# File 'sig/types.rbs', line 606

def template_type
  @template_type
end