Class: Aws::IoT::Types::OTAUpdateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::OTAUpdateSummary
- Includes:
- Structure
- Defined in:
- 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.
12846 12847 12848 12849 12850 12851 12852 |
# File 'lib/aws-sdk-iot/types.rb', line 12846 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.
12846 12847 12848 12849 12850 12851 12852 |
# File 'lib/aws-sdk-iot/types.rb', line 12846 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.
12846 12847 12848 12849 12850 12851 12852 |
# File 'lib/aws-sdk-iot/types.rb', line 12846 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |