Class: Aws::DevOpsAgent::Types::GetBacklogTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetBacklogTaskRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for retrieving a specific backlog task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier for the agent space containing the task.
-
#task_id ⇒ String
The unique identifier of the task to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier for the agent space containing the task
1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1334 class GetBacklogTaskRequest < Struct.new( :agent_space_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task to retrieve
1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1334 class GetBacklogTaskRequest < Struct.new( :agent_space_id, :task_id) SENSITIVE = [] include Aws::Structure end |