Class: Aws::Types::ReportedRuntimeContextState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_state ⇒ "RUNNING", ...

Returns the value of attribute desired_state.

Returns:

  • ("RUNNING", "STOPPED", "REMOVED")


767
768
769
# File 'sig/types.rbs', line 767

def desired_state
  @desired_state
end

#device_reported_status ⇒ "STOPPING", ...

Returns the value of attribute device_reported_status.

Returns:

  • ("STOPPING", "STOPPED", "STOP_ERROR", "REMOVAL_FAILED", "REMOVAL_IN_PROGRESS", "STARTING", "RUNNING", "INSTALL_ERROR", "LAUNCHED", "LAUNCH_ERROR", "INSTALL_IN_PROGRESS")


768
769
770
# File 'sig/types.rbs', line 768

def device_reported_status
  @device_reported_status
end

#device_reported_time ⇒ ::Time

Returns the value of attribute device_reported_time.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def device_reported_time
  @device_reported_time
end

#runtime_context_name ⇒ ::String

Returns the value of attribute runtime_context_name.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def runtime_context_name
  @runtime_context_name
end