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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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)


3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3861

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