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)


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

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


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

def execution_id
  @execution_id
end

#has_linked_tasksBoolean

Returns the value of attribute has_linked_tasks.

Returns:

  • (Boolean)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def has_linked_tasks
  @has_linked_tasks
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def 
  @metadata
end

#primary_task_id::String

Returns the value of attribute primary_task_id.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def primary_task_id
  @primary_task_id
end

#priority"CRITICAL", ...

Returns the value of attribute priority.

Returns:

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


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

def priority
  @priority
end

#referenceTypes::ReferenceOutput

Returns the value of attribute reference.



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

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


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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def status_reason
  @status_reason
end

#support_metadataObject

Returns the value of attribute support_metadata.

Returns:

  • (Object)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def 
  @support_metadata
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


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

def task_id
  @task_id
end

#task_type"INVESTIGATION", ...

Returns the value of attribute task_type.

Returns:

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


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

def task_type
  @task_type
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def version
  @version
end