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.
7432 7433 7434 7435 7436 |
# File 'lib/aws-sdk-iot/types.rb', line 7432 class GetOTAUpdateRequest < Struct.new( :ota_update_id) SENSITIVE = [] include Aws::Structure end |