Class: Aws::Types::Task

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)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def description
  @description
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def execution_id
  @execution_id
end

#has_linked_tasksBoolean

Returns the value of attribute has_linked_tasks.

Returns:

  • (Boolean)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def has_linked_tasks
  @has_linked_tasks
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def 
  @metadata
end

#primary_task_id::String

Returns the value of attribute primary_task_id.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def primary_task_id
  @primary_task_id
end

#priority"CRITICAL", ...

Returns the value of attribute priority.

Returns:

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


1921
1922
1923
# File 'sig/types.rbs', line 1921

def priority
  @priority
end

#referenceTypes::ReferenceOutput

Returns the value of attribute reference.



1919
1920
1921
# File 'sig/types.rbs', line 1919

def reference
  @reference
end

#status"PENDING_TRIAGE", ...

Returns the value of attribute status.

Returns:

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


1922
1923
1924
# File 'sig/types.rbs', line 1922

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def status_reason
  @status_reason
end

#support_metadataObject

Returns the value of attribute support_metadata.

Returns:

  • (Object)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def 
  @support_metadata
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def task_id
  @task_id
end

#task_type"INVESTIGATION", ...

Returns the value of attribute task_type.

Returns:

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


1920
1921
1922
# File 'sig/types.rbs', line 1920

def task_type
  @task_type
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def version
  @version
end