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
}
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.
9411 9412 9413 9414 9415 |
# File 'lib/aws-sdk-iot/types.rb', line 9411 class GetOTAUpdateRequest < Struct.new( :ota_update_id) SENSITIVE = [] include Aws::Structure end |