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
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1364 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
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1364 class GetBacklogTaskRequest < Struct.new( :agent_space_id, :task_id) SENSITIVE = [] include Aws::Structure end |