Module: Aws::SecurityAgent::Client::_StartThreatModelJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartThreatModelJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #created_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", ...
- #threat_model_id ⇒ ::String
- #threat_model_job_id ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1259 |
# File 'sig/client.rbs', line 1259
def created_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
1258 |
# File 'sig/client.rbs', line 1258
def status: () -> ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
#threat_model_id ⇒ ::String
1261 |
# File 'sig/client.rbs', line 1261
def threat_model_id: () -> ::String
|
#threat_model_job_id ⇒ ::String
1262 |
# File 'sig/client.rbs', line 1262
def threat_model_job_id: () -> ::String
|
#title ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def title: () -> ::String
|
#updated_at ⇒ ::Time
1260 |
# File 'sig/client.rbs', line 1260
def updated_at: () -> ::Time
|