Class: Aws::IoT::Types::GetOTAUpdateRequest

Inherits:
Struct
  • Object
show all
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#ota_update_idString

The OTA update ID.

Returns:

  • (String)


5093
5094
5095
5096
# File 'lib/aws-sdk-iot/types.rb', line 5093

class GetOTAUpdateRequest < Struct.new(
  :ota_update_id)
  include Aws::Structure
end