Class: Aws::SecurityAgent::Types::StartCodeRemediationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StartCodeRemediationInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for the StartCodeRemediation operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentest job exists.
-
#finding_ids ⇒ Array<String>
Identifiers of the findings to start code remediation for.
-
#pentest_job_id ⇒ String
Identifier of the pentest job to start code remediation for.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest job exists
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3276 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |
#finding_ids ⇒ Array<String>
Identifiers of the findings to start code remediation for
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3276 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
Identifier of the pentest job to start code remediation for
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3276 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |