Class: Aws::IoTManagedIntegrations::Types::OtaTaskExecutionSummaries
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OtaTaskExecutionSummaries
- Includes:
- Structure
- Defined in:
- 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.
3848 3849 3850 3851 3852 3853 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3848 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
3848 3849 3850 3851 3852 3853 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3848 class OtaTaskExecutionSummaries < Struct.new( :task_execution_summary, :managed_thing_id) SENSITIVE = [] include Aws::Structure end |