Class: Aws::Types::StartThreatModelJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartThreatModelJobInput
- 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.
-
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
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 |
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def threat_model_id @threat_model_id end |