Class: Aws::Types::StartPentestJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartPentestJobInput
- 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.
-
#job_type ⇒ "FULL", "REVALIDATION"
Returns the value of attribute job_type.
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
-
#selected_finding_ids ⇒ ::Array[::String]
Returns the value of attribute selected_finding_ids.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def agent_space_id @agent_space_id end |
#job_type ⇒ "FULL", "REVALIDATION"
Returns the value of attribute job_type.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def job_type @job_type end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def pentest_id @pentest_id end |
#selected_finding_ids ⇒ ::Array[::String]
Returns the value of attribute selected_finding_ids.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def selected_finding_ids @selected_finding_ids end |