Class: Aws::IoT::Types::OTAUpdateSummary

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

Overview

An OTA update summary.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date when the OTA update was created.



8111
8112
8113
8114
8115
8116
# File 'lib/aws-sdk-iot/types.rb', line 8111

class OTAUpdateSummary < Struct.new(
  :ota_update_id,
  :ota_update_arn,
  :creation_date)
  include Aws::Structure
end

#ota_update_arnString

The OTA update ARN.



8111
8112
8113
8114
8115
8116
# File 'lib/aws-sdk-iot/types.rb', line 8111

class OTAUpdateSummary < Struct.new(
  :ota_update_id,
  :ota_update_arn,
  :creation_date)
  include Aws::Structure
end

#ota_update_idString

The OTA update ID.



8111
8112
8113
8114
8115
8116
# File 'lib/aws-sdk-iot/types.rb', line 8111

class OTAUpdateSummary < Struct.new(
  :ota_update_id,
  :ota_update_arn,
  :creation_date)
  include Aws::Structure
end