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)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def client_token
  @client_token
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

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")


2065
2066
2067
# File 'sig/types.rbs', line 2065

def task_status
  @task_status
end