Class: Aws::SecurityAgent::Types::TaskSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

Identifier of the agent space this task belongs to

Returns:

  • (String)


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_atTime

Timestamp when the task was created

Returns:

  • (Time)


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_statusString

Current status of the task execution

Returns:

  • (String)


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_idString

Identifier of the parent pentest

Returns:

  • (String)


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_idString

Identifier of the pentest job this task belongs to

Returns:

  • (String)


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_typeString

Type of security risk this task is designed to test

Returns:

  • (String)


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_idString

Unique identifier for the task

Returns:

  • (String)


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

#titleString

Title or name of the task

Returns:

  • (String)


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_atTime

Timestamp when the task was last updated

Returns:

  • (Time)


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