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

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

Overview

Represents an individual security test task within a pentest job. Each task targets a specific risk type or endpoint and executes independently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#categories ⇒ Array<Types::Category>

The list of categories assigned to the task.

Returns:



7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time the task was created, in UTC format.

Returns:

  • (Time)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_status ⇒ String

The current execution status of the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#logs_location ⇒ Types::LogLocation

The location of the task execution logs.

Returns:



7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_id ⇒ String

The unique identifier of the pentest associated with the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_job_id ⇒ String

The unique identifier of the pentest job that contains the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#risk_type ⇒ String

The type of security risk the task is testing for.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_endpoint ⇒ Types::Endpoint

The target endpoint being tested by the task.

Returns:



7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_hours ⇒ Float

The number of active work hours consumed by the task during execution.

Returns:

  • (Float)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_id ⇒ String

The unique identifier of the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the task.

Returns:

  • (String)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time the task was last updated, in UTC format.

Returns:

  • (Time)


7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7664

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,
  :task_hours,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end