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.
7214 7215 7216 7217 7218 |
# File 'lib/aws-sdk-iot/types.rb', line 7214 class GetOTAUpdateResponse < Struct.new( :ota_update_info) SENSITIVE = [] include Aws::Structure end |