You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::JobExecutionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#execution_numberInteger

A string (consisting of the digits \"0\" through \"9\") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.

Returns:

  • (Integer)

    A string (consisting of the digits \"0\" through \"9\") which identifies this particular job execution on this particular device.

#last_updated_atTime

The time, in seconds since the epoch, when the job execution was last updated.

Returns:

  • (Time)

    The time, in seconds since the epoch, when the job execution was last updated.

#queued_atTime

The time, in seconds since the epoch, when the job execution was queued.

Returns:

  • (Time)

    The time, in seconds since the epoch, when the job execution was queued.

#started_atTime

The time, in seconds since the epoch, when the job execution started.

Returns:

  • (Time)

    The time, in seconds since the epoch, when the job execution started.

#statusString

The status of the job execution.

Possible values:

  • QUEUED
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED
  • TIMED_OUT
  • REJECTED
  • REMOVED
  • CANCELED

Returns:

  • (String)

    The status of the job execution.