Class: Aws::Types::TaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskSummary
- 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.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
-
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
-
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
-
#task_hours ⇒ ::Float
Returns the value of attribute task_hours.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#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.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def agent_space_id @agent_space_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def created_at @created_at end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def execution_status @execution_status end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def pentest_id @pentest_id end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def pentest_job_id @pentest_job_id end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def risk_type @risk_type end |
#task_hours ⇒ ::Float
Returns the value of attribute task_hours.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def task_hours @task_hours end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def updated_at @updated_at end |