Class: Aws::DevOpsAgent::Types::GetBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetBacklogTaskResponse
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Response structure containing the requested backlog task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task ⇒ Types::Task
The requested task object.
Instance Attribute Details
#task ⇒ Types::Task
The requested task object
1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1379 class GetBacklogTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |