Class: Aws::Types::StartCodeRemediationInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCodeRemediationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
-
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
-
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def agent_space_id @agent_space_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def code_review_job_id @code_review_job_id end |
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def finding_ids @finding_ids end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def pentest_job_id @pentest_job_id end |