Class: Aws::IoTManagedIntegrations::Types::GetOtaTaskConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetOtaTaskConfigurationResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
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.
-
#description ⇒ String
A description of the over-the-air (OTA) task configuration.
-
#name ⇒ String
The name of the over-the-air (OTA) task configuration.
-
#push_config ⇒ Types::PushConfig
Describes the type of configuration used for the over-the-air (OTA) task.
-
#task_configuration_id ⇒ String
The over-the-air (OTA) task configuration id.
Instance Attribute Details
#created_at ⇒ Time
The timestamp value of when the over-the-air (OTA) task configuration was created at.
2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2334 class GetOtaTaskConfigurationResponse < Struct.new( :task_configuration_id, :name, :push_config, :description, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#description ⇒ String
A description of the over-the-air (OTA) task configuration.
2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2334 class GetOtaTaskConfigurationResponse < Struct.new( :task_configuration_id, :name, :push_config, :description, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the over-the-air (OTA) task configuration.
2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2334 class GetOtaTaskConfigurationResponse < Struct.new( :task_configuration_id, :name, :push_config, :description, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#push_config ⇒ Types::PushConfig
Describes the type of configuration used for the over-the-air (OTA) task.
2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2334 class GetOtaTaskConfigurationResponse < Struct.new( :task_configuration_id, :name, :push_config, :description, :created_at) SENSITIVE = [:name] include Aws::Structure end |
#task_configuration_id ⇒ String
The over-the-air (OTA) task configuration id.
2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2334 class GetOtaTaskConfigurationResponse < Struct.new( :task_configuration_id, :name, :push_config, :description, :created_at) SENSITIVE = [:name] include Aws::Structure end |