Class: Aws::SecurityAgent::Types::StopPentestJobInput

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

Overview

Input for stopping the execution of a pentest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentest exists

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3394

class StopPentestJobInput < Struct.new(
  :agent_space_id,
  :pentest_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_job_idString

Identifier of the pentest job to stop

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3394

class StopPentestJobInput < Struct.new(
  :agent_space_id,
  :pentest_job_id)
  SENSITIVE = []
  include Aws::Structure
end