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.
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def agent_space_id @agent_space_id end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def pentest_id @pentest_id end |