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.
5021 5022 5023 5024 5025 5026 5027 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5021 class UpdateOtaTaskRequest < Struct.new( :identifier, :description, :task_configuration_id) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The over-the-air (OTA) task id.
5021 5022 5023 5024 5025 5026 5027 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 5027 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5021 class UpdateOtaTaskRequest < Struct.new( :identifier, :description, :task_configuration_id) SENSITIVE = [] include Aws::Structure end |