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

Class: Aws::IoTJobsDataPlane::Types::JobExecutionSummary

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

Overview

Contains a subset of information about a job execution.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_numberInteger

A number that identifies a particular job execution on a particular device.

Returns:

  • (Integer)

    A number that identifies a particular job execution on a particular device.

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)

    The unique identifier you assigned to this job when it was created.

#last_updated_atInteger

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

Returns:

  • (Integer)

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

#queued_atInteger

The time, in milliseconds since the epoch, when the job execution was enqueued.

Returns:

  • (Integer)

    The time, in milliseconds since the epoch, when the job execution was enqueued.

#started_atInteger

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

Returns:

  • (Integer)

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

#version_numberInteger

The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.

Returns:

  • (Integer)

    The version of the job execution.