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