Class: Aws::IoT::Types::GetOTAUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetOTAUpdateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ota_update_info ⇒ Types::OTAUpdateInfo
The OTA update info.
Instance Attribute Details
#ota_update_info ⇒ Types::OTAUpdateInfo
The OTA update info.
8302 8303 8304 8305 8306 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8302 class GetOTAUpdateResponse < Struct.new( :ota_update_info) SENSITIVE = [] include Aws::Structure end |