Class: Aws::IoTManagedIntegrations::Types::OtaTaskExecutionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure representing one over-the-air (OTA) task execution summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_numberInteger

The execution number of the over-the-air (OTA) task execution summary.

Returns:

  • (Integer)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp value of when the over-the-air (OTA) task execution summary was last updated.

Returns:

  • (Time)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#queued_atTime

The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.

Returns:

  • (Time)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#retry_attemptInteger

The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.

Returns:

  • (Integer)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp value of when the over-the-air (OTA) task execution summary started.

Returns:

  • (Time)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the over-the-air (OTA) task execution summary.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4009

class OtaTaskExecutionSummary < Struct.new(
  :execution_number,
  :last_updated_at,
  :queued_at,
  :retry_attempt,
  :started_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end