Class: Aws::SecurityAgent::Types::StartPentestJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StartPentestJobInput
- 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
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#pentest_id ⇒ String
Identifier of the pentest to execute.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
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_id ⇒ String
Identifier of the pentest to execute
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 |