Class: Aws::DevOpsAgent::Types::UpdateBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateBacklogTaskResponse
- Includes:
- Structure
- Defined in:
- 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
4819 4820 4821 4822 4823 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4819 class UpdateBacklogTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |