Class: Aws::Types::UpdateBacklogTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def client_token
  @client_token
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def task_id
  @task_id
end

#task_status"PENDING_TRIAGE", ...

Returns the value of attribute task_status.

Returns:

  • ("PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING")


2072
2073
2074
# File 'sig/types.rbs', line 2072

def task_status
  @task_status
end