Class: Aws::DevOpsAgent::Types::CreateBacklogTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateBacklogTaskResponse
- 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
-
#task ⇒ Types::Task
The newly created task object.
Instance Attribute Details
#task ⇒ Types::Task
The newly created task object
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 |