Class: Aws::IoTSiteWise::Types::UpdateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateTaskResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for UpdateTask operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the task.
-
#version ⇒ String
The new version of the task created by this update.
Instance Attribute Details
#status ⇒ Types::ResourceStatus
The current lifecycle status of the task.
15188 15189 15190 15191 15192 15193 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15188 class UpdateTaskResponse < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The new version of the task created by this update.
15188 15189 15190 15191 15192 15193 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15188 class UpdateTaskResponse < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |