Class: Aws::DevOpsAgent::Types::UpdateBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateBacklogTaskResponse
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Response structure containing the updated task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task ⇒ Types::Task
The updated task object.
Instance Attribute Details
#task ⇒ Types::Task
The updated task object
4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4804 class UpdateBacklogTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |