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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 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.
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4078 class OtaTaskSummary < Struct.new( :task_id, :task_arn, :created_at, :last_updated_at, :task_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |