Class: Aws::DevOpsAgent::Types::GetBacklogTaskResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#taskTypes::Task

The requested task object

Returns:



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