Class: Aws::IoT::Types::GetOTAUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetOTAUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ota_update_id ⇒ String
The OTA update ID.
Instance Attribute Details
#ota_update_id ⇒ String
The OTA update ID.
7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-iot/types.rb', line 7735 class GetOTAUpdateRequest < Struct.new( :ota_update_id) SENSITIVE = [] include Aws::Structure end |