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
The unique identifier of the agent space.
-
#code_review_job_id ⇒ String
The unique identifier of the code review job that produced the findings.
-
#finding_ids ⇒ Array<String>
The list of finding identifiers to initiate code remediation for.
-
#pentest_job_id ⇒ String
The unique identifier of the pentest job that produced the findings.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
6816 6817 6818 6819 6820 6821 6822 6823 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 6816 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :code_review_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |
#code_review_job_id ⇒ String
The unique identifier of the code review job that produced the
findings. Mutually exclusive with pentestJobId.
6816 6817 6818 6819 6820 6821 6822 6823 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 6816 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :code_review_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |
#finding_ids ⇒ Array<String>
The list of finding identifiers to initiate code remediation for.
6816 6817 6818 6819 6820 6821 6822 6823 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 6816 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :code_review_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
The unique identifier of the pentest job that produced the findings.
Mutually exclusive with codeReviewJobId.
6816 6817 6818 6819 6820 6821 6822 6823 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 6816 class StartCodeRemediationInput < Struct.new( :agent_space_id, :pentest_job_id, :code_review_job_id, :finding_ids) SENSITIVE = [] include Aws::Structure end |