Class: Aws::IoT::Types::GetOTAUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetOTAUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetOTAUpdateRequest data as a hash:
{
ota_update_id: "OTAUpdateId", # required
}
Instance Attribute Summary collapse
-
#ota_update_id ⇒ String
The OTA update ID.
Instance Attribute Details
#ota_update_id ⇒ String
The OTA update ID.
5093 5094 5095 5096 |
# File 'lib/aws-sdk-iot/types.rb', line 5093 class GetOTAUpdateRequest < Struct.new( :ota_update_id) include Aws::Structure end |