Class: Aws::DevOpsAgent::Types::GetBacklogTaskRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing the task

Returns:

  • (String)


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_idString

The unique identifier of the task to retrieve

Returns:

  • (String)


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