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
1268 |
# File 'sig/client.rbs', line 1268
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1264 |
# File 'sig/client.rbs', line 1264
def created_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
1263 |
# File 'sig/client.rbs', line 1263
def status: () -> ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
#threat_model_id ⇒ ::String
1266 |
# File 'sig/client.rbs', line 1266
def threat_model_id: () -> ::String
|
#threat_model_job_id ⇒ ::String
1267 |
# File 'sig/client.rbs', line 1267
def threat_model_job_id: () -> ::String
|
#title ⇒ ::String
1262 |
# File 'sig/client.rbs', line 1262
def title: () -> ::String
|
#updated_at ⇒ ::Time
1265 |
# File 'sig/client.rbs', line 1265
def updated_at: () -> ::Time
|