Class: Aws::Types::Execution
- Inherits:
-
Object
- Object
- Aws::Types::Execution
- 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.
-
#agent_sub_task ⇒ ::String
Returns the value of attribute agent_sub_task.
-
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_status ⇒ "FAILED", ...
Returns the value of attribute execution_status.
-
#parent_execution_id ⇒ ::String
Returns the value of attribute parent_execution_id.
-
#uid ⇒ ::String
Returns the value of attribute uid.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def agent_space_id @agent_space_id end |
#agent_sub_task ⇒ ::String
Returns the value of attribute agent_sub_task.
567 568 569 |
# File 'sig/types.rbs', line 567 def agent_sub_task @agent_sub_task end |
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
571 572 573 |
# File 'sig/types.rbs', line 571 def agent_type @agent_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
568 569 570 |
# File 'sig/types.rbs', line 568 def created_at @created_at end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def execution_id @execution_id end |
#execution_status ⇒ "FAILED", ...
Returns the value of attribute execution_status.
570 571 572 |
# File 'sig/types.rbs', line 570 def execution_status @execution_status end |
#parent_execution_id ⇒ ::String
Returns the value of attribute parent_execution_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def parent_execution_id @parent_execution_id end |
#uid ⇒ ::String
Returns the value of attribute uid.
572 573 574 |
# File 'sig/types.rbs', line 572 def uid @uid end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
569 570 571 |
# File 'sig/types.rbs', line 569 def updated_at @updated_at end |