Class: Aws::SecurityAgent::Types::StopPentestJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StopPentestJobInput
- 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
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#pentest_job_id ⇒ String
The unique identifier of the pentest job to stop.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
4502 4503 4504 4505 4506 4507 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4502 class StopPentestJobInput < Struct.new( :agent_space_id, :pentest_job_id) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
The unique identifier of the pentest job to stop.
4502 4503 4504 4505 4506 4507 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4502 class StopPentestJobInput < Struct.new( :agent_space_id, :pentest_job_id) SENSITIVE = [] include Aws::Structure end |