Class: Aws::DevOpsAgent::Types::CreateBacklogTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Response structure containing the created backlog task

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#taskTypes::Task

The newly created task object

Returns:



582
583
584
585
586
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 582

class CreateBacklogTaskResponse < Struct.new(
  :task)
  SENSITIVE = []
  include Aws::Structure
end