Class: Aws::IoT::Types::OTAUpdateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::OTAUpdateSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An OTA update summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date when the OTA update was created.
-
#ota_update_arn ⇒ String
The OTA update ARN.
-
#ota_update_id ⇒ String
The OTA update ID.
Instance Attribute Details
#creation_date ⇒ Time
The date when the OTA update was created.
12695 12696 12697 12698 12699 12700 12701 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12695 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#ota_update_arn ⇒ String
The OTA update ARN.
12695 12696 12697 12698 12699 12700 12701 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12695 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#ota_update_id ⇒ String
The OTA update ID.
12695 12696 12697 12698 12699 12700 12701 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12695 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |