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

Class: Aws::IoT::Types::JobSummary

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

Overview

The job summary.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

The time, in seconds since the epoch, when the job completed.

Returns:

  • (Time)

    The time, in seconds since the epoch, when the job completed.

#created_atTime

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

Returns:

  • (Time)

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

#job_arnString

The job ARN.

Returns:

  • (String)

    The job ARN.

#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_atTime

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

Returns:

  • (Time)

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

#statusString

The job summary status.

Possible values:

  • IN_PROGRESS
  • CANCELED
  • COMPLETED
  • DELETION_IN_PROGRESS

Returns:

  • (String)

    The job summary status.

#target_selectionString

Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.

Possible values:

  • CONTINUOUS
  • SNAPSHOT

Returns:

  • (String)

    Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT).

#thing_group_idString

The ID of the thing group.

Returns:

  • (String)

    The ID of the thing group.