Class: Aws::SecurityAgent::Types::TaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::TaskSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Summary information for a task
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Identifier of the agent space this task belongs to.
-
#created_at ⇒ Time
Timestamp when the task was created.
-
#execution_status ⇒ String
Current status of the task execution.
-
#pentest_id ⇒ String
Identifier of the parent pentest.
-
#pentest_job_id ⇒ String
Identifier of the pentest job this task belongs to.
-
#risk_type ⇒ String
Type of security risk this task is designed to test.
-
#task_id ⇒ String
Unique identifier for the task.
-
#title ⇒ String
Title or name of the task.
-
#updated_at ⇒ Time
Timestamp when the task was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
Identifier of the agent space this task belongs to
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the task was created
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
Current status of the task execution
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#pentest_id ⇒ String
Identifier of the parent pentest
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
Identifier of the pentest job this task belongs to
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#risk_type ⇒ String
Type of security risk this task is designed to test
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
Unique identifier for the task
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
Title or name of the task
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the task was last updated
3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3609 class TaskSummary < Struct.new( :task_id, :pentest_id, :pentest_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |