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.
-
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#logs_location ⇒ Types::LogLocation
Returns the value of attribute logs_location.
-
#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.
-
#target_endpoint ⇒ Types::Endpoint
Returns the value of attribute target_endpoint.
-
#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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def agent_space_id @agent_space_id end |
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def categories @categories end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def description @description end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def execution_status @execution_status end |
#logs_location ⇒ Types::LogLocation
Returns the value of attribute logs_location.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def logs_location @logs_location end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def pentest_id @pentest_id end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def pentest_job_id @pentest_job_id end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def risk_type @risk_type end |
#target_endpoint ⇒ Types::Endpoint
Returns the value of attribute target_endpoint.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def target_endpoint @target_endpoint end |
#task_hours ⇒ ::Float
Returns the value of attribute task_hours.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def task_hours @task_hours end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def updated_at @updated_at end |