Class: Aws::DevOpsAgent::Types::UpdateBacklogTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateBacklogTaskRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for updating a task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier for the agent space containing the task.
-
#client_token ⇒ String
Client-provided token for idempotent operations.
-
#task_id ⇒ String
The unique identifier of the task to update.
-
#task_status ⇒ String
Updated task status.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier for the agent space containing the task
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4787 class UpdateBacklogTaskRequest < Struct.new( :agent_space_id, :task_id, :task_status, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Client-provided token for idempotent operations
A suitable default value is auto-generated. You should normally not need to pass this option.
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4787 class UpdateBacklogTaskRequest < Struct.new( :agent_space_id, :task_id, :task_status, :client_token) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task to update
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4787 class UpdateBacklogTaskRequest < Struct.new( :agent_space_id, :task_id, :task_status, :client_token) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
Updated task status
4787 4788 4789 4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4787 class UpdateBacklogTaskRequest < Struct.new( :agent_space_id, :task_id, :task_status, :client_token) SENSITIVE = [] include Aws::Structure end |