Class: Aws::IoT::Types::GetOTAUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetOTAUpdateResponse
- Includes:
- Structure
- Defined in:
- 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.
7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-iot/types.rb', line 7745 class GetOTAUpdateResponse < Struct.new( :ota_update_info) SENSITIVE = [] include Aws::Structure end |