Class: Aws::IoTJobsDataPlane::Types::JobExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::JobExecutionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
Contains a subset of information about a job execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_number ⇒ Integer
A number that identifies a particular job execution on a particular device.
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
-
#last_updated_at ⇒ Integer
The time, in seconds since the epoch, when the job execution was last updated.
-
#queued_at ⇒ Integer
The time, in seconds since the epoch, when the job execution was enqueued.
-
#started_at ⇒ Integer
The time, in seconds since the epoch, when the job execution started.
-
#version_number ⇒ Integer
The version of the job execution.
Instance Attribute Details
#execution_number ⇒ Integer
A number that identifies a particular job execution on a particular device.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Integer
The time, in seconds since the epoch, when the job execution was last updated.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |
#queued_at ⇒ Integer
The time, in seconds since the epoch, when the job execution was enqueued.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Integer
The time, in seconds since the epoch, when the job execution started.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version of the job execution. Job execution versions are incremented each time IoT Jobs receives an update from a device.
327 328 329 330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 327 class JobExecutionSummary < Struct.new( :job_id, :queued_at, :started_at, :last_updated_at, :version_number, :execution_number) SENSITIVE = [] include Aws::Structure end |