Class: Aws::DevOpsAgent::Types::CreateBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateBacklogTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Response structure containing the created backlog task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task ⇒ Types::Task
The newly created task object.
Instance Attribute Details
#task ⇒ Types::Task
The newly created task object
544 545 546 547 548 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 544 class CreateBacklogTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |