Class: Aws::IoTManagedIntegrations::Types::OtaTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OtaTaskSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing one over-the-air (OTA) task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task was created at.
-
#last_updated_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task was last updated at.
-
#status ⇒ String
The status of the over-the-air (OTA) task summary.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
-
#task_configuration_id ⇒ String
The identifier for the over-the-air (OTA) task configuration.
-
#task_id ⇒ String
The id of the over-the-air (OTA) task.
Instance Attribute Details
#created_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task was created at.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task was last updated at.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the over-the-air (OTA) task summary.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#task_configuration_id ⇒ String
The identifier for the over-the-air (OTA) task configuration.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The id of the over-the-air (OTA) task.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3955 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |