Class: Aws::IoTManagedIntegrations::Types::CreateOtaTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateOtaTaskResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the over-the-air (OTA) task.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
-
#task_id ⇒ String
The identifier of the over-the-air (OTA) task.
Instance Attribute Details
#description ⇒ String
A description of the over-the-air (OTA) task.
1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1051 class CreateOtaTaskResponse < Struct.new( :task_id, :task_arn, :description) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1051 class CreateOtaTaskResponse < Struct.new( :task_id, :task_arn, :description) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The identifier of the over-the-air (OTA) task.
1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1051 class CreateOtaTaskResponse < Struct.new( :task_id, :task_arn, :description) SENSITIVE = [] include Aws::Structure end |