Class: Aws::Types::Task
- Inherits:
-
Object
- Object
- Aws::Types::Task
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#has_linked_tasks ⇒ Boolean
Returns the value of attribute has_linked_tasks.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#primary_task_id ⇒ ::String
Returns the value of attribute primary_task_id.
-
#priority ⇒ "CRITICAL", ...
Returns the value of attribute priority.
-
#reference ⇒ Types::ReferenceOutput
Returns the value of attribute reference.
-
#status ⇒ "PENDING_TRIAGE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#support_metadata ⇒ Object
Returns the value of attribute support_metadata.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_type ⇒ "INVESTIGATION", ...
Returns the value of attribute task_type.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
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.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def description @description end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def execution_id @execution_id end |
#has_linked_tasks ⇒ Boolean
Returns the value of attribute has_linked_tasks.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def has_linked_tasks @has_linked_tasks end |
#metadata ⇒ Object
Returns the value of attribute metadata.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def @metadata end |
#primary_task_id ⇒ ::String
Returns the value of attribute primary_task_id.
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.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def priority @priority end |
#reference ⇒ Types::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.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def status_reason @status_reason end |
#support_metadata ⇒ Object
Returns the value of attribute support_metadata.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def @support_metadata end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
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.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def task_type @task_type end |
#title ⇒ ::String
Returns the value of attribute title.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def version @version end |