Class: Aws::SecurityAgent::Types::StartPentestJobInput

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

Overview

Input for starting 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)


3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3302

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

#pentest_idString

Identifier of the pentest to execute

Returns:

  • (String)


3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3302

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