Module: Aws::SecurityAgent::Client::_StartPentestJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartPentestJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #created_at ⇒ ::Time
- #pentest_id ⇒ ::String
- #pentest_job_id ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #title ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
1249 |
# File 'sig/client.rbs', line 1249
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1245 |
# File 'sig/client.rbs', line 1245
def created_at: () -> ::Time
|
#pentest_id ⇒ ::String
1247 |
# File 'sig/client.rbs', line 1247
def pentest_id: () -> ::String
|
#pentest_job_id ⇒ ::String
1248 |
# File 'sig/client.rbs', line 1248
def pentest_job_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
1244 |
# File 'sig/client.rbs', line 1244
def status: () -> ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
#title ⇒ ::String
1243 |
# File 'sig/client.rbs', line 1243
def title: () -> ::String
|
#updated_at ⇒ ::Time
1246 |
# File 'sig/client.rbs', line 1246
def updated_at: () -> ::Time
|