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.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def agent_space_id @agent_space_id end |
#job_type ⇒ "FULL", "REVALIDATION"
Returns the value of attribute job_type.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def job_type @job_type end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def pentest_id @pentest_id end |
#selected_finding_ids ⇒ ::Array[::String]
Returns the value of attribute selected_finding_ids.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def selected_finding_ids @selected_finding_ids end |