Class: Aws::IoTManagedIntegrations::Types::OtaTaskConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::OtaTaskConfigurationSummary
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing one over-the-air (OTA) task configuration.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task configuration was created at.
-
#name ⇒ String
The name of the over-the-air (OTA) task configuration.
-
#task_configuration_id ⇒ String
The id of the over-the-air (OTA) task configuration.
Instance Attribute Details
#created_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task configuration was created at.
3774 3775 3776 3777 3778 3779 3780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3774 class OtaTaskConfigurationSummary < Struct.new( :task_configuration_id, :name, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the over-the-air (OTA) task configuration.
3774 3775 3776 3777 3778 3779 3780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3774 class OtaTaskConfigurationSummary < Struct.new( :task_configuration_id, :name, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#task_configuration_id ⇒ String
The id of the over-the-air (OTA) task configuration
3774 3775 3776 3777 3778 3779 3780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3774 class OtaTaskConfigurationSummary < Struct.new( :task_configuration_id, :name, :created_at) SENSITIVE = [:name] include Aws::Structure end |