Class: Aws::IoTManagedIntegrations::Types::GetOtaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetOtaTaskRequest
- Includes:
- Structure
- Defined in:
- 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.
2450 2451 2452 2453 2454 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2450 class GetOtaTaskRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |