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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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)


3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3886

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