Class: Aws::IoTManagedIntegrations::Types::OtaTaskExecutionSummaries
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OtaTaskExecutionSummaries
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing one execution summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_thing_id ⇒ String
The id of a managed thing.
-
#task_execution_summary ⇒ Types::OtaTaskExecutionSummary
Structure representing one over-the-air (OTA) task execution summary.
Instance Attribute Details
#managed_thing_id ⇒ String
The id of a managed thing.
3823 3824 3825 3826 3827 3828 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3823 class OtaTaskExecutionSummaries < Struct.new( :task_execution_summary, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |
#task_execution_summary ⇒ Types::OtaTaskExecutionSummary
Structure representing one over-the-air (OTA) task execution summary
3823 3824 3825 3826 3827 3828 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3823 class OtaTaskExecutionSummaries < Struct.new( :task_execution_summary, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |