Class: Aws::Types::CreateBacklogTaskRequest

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)


329
330
331
# File 'sig/types.rbs', line 329

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def description
  @description
end

#priority"CRITICAL", ...

Returns the value of attribute priority.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "MINIMAL")


334
335
336
# File 'sig/types.rbs', line 334

def priority
  @priority
end

#referenceTypes::ReferenceInput

Returns the value of attribute reference.



330
331
332
# File 'sig/types.rbs', line 330

def reference
  @reference
end

#task_type"INVESTIGATION", ...

Returns the value of attribute task_type.

Returns:

  • ("INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING")


331
332
333
# File 'sig/types.rbs', line 331

def task_type
  @task_type
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def title
  @title
end