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.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def agent_space_id @agent_space_id end |
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def threat_model_id @threat_model_id end |