Class: Aws::IoTManagedIntegrations::Types::GetOtaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetOtaTaskRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The over-the-air (OTA) task id.
Instance Attribute Details
#identifier ⇒ String
The over-the-air (OTA) task id.
2444 2445 2446 2447 2448 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2444 class GetOtaTaskRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |