Class: Aws::DevOpsAgent::Types::GetBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetBacklogTaskResponse
- Includes:
- Structure
- Defined in:
- 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
1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1343 class GetBacklogTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |