Class: Aws::SecurityAgent::Types::Task

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Represents a task within a pentest job

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)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#categoriesArray<Types::Category>

List of categories associated with this task

Returns:



3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when the task was created

Returns:

  • (Time)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Detailed description of the task's purpose and scope

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusString

Current status of the task execution

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#logs_locationTypes::LogLocation

Location of execution logs for auditing and review

Returns:



3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_idString

Identifier of the parent pentest

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_job_idString

Identifier of the pentest job this task belongs to

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#risk_typeString

Type of security risk this task is designed to test

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_endpointTypes::Endpoint

Target endpoint for this security test

Returns:



3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

Unique identifier for the task

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

Title or name of the task

Returns:

  • (String)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the task was last updated

Returns:

  • (Time)


3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3551

class Task < Struct.new(
  :task_id,
  :pentest_id,
  :pentest_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :target_endpoint,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end