Class: Aws::IoT::Types::GetOTAUpdateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ota_update_infoTypes::OTAUpdateInfo

The OTA update info.



7442
7443
7444
7445
7446
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7442

class GetOTAUpdateResponse < Struct.new(
  :ota_update_info)
  SENSITIVE = []
  include Aws::Structure
end