Class: Aws::IoTManagedIntegrations::Types::UpdateOtaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateOtaTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the over-the-air (OTA) task.
-
#identifier ⇒ String
The over-the-air (OTA) task id.
-
#task_configuration_id ⇒ String
The identifier for the over-the-air (OTA) task configuration.
Instance Attribute Details
#description ⇒ String
The description of the over-the-air (OTA) task.
5182 5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5182 class UpdateOtaTaskRequest < Struct.new( :identifier, :description, :task_configuration_id) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The over-the-air (OTA) task id.
5182 5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5182 class UpdateOtaTaskRequest < Struct.new( :identifier, :description, :task_configuration_id) SENSITIVE = [] include Aws::Structure end |
#task_configuration_id ⇒ String
The identifier for the over-the-air (OTA) task configuration.
5182 5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5182 class UpdateOtaTaskRequest < Struct.new( :identifier, :description, :task_configuration_id) SENSITIVE = [] include Aws::Structure end |