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
1246 |
# File 'sig/client.rbs', line 1246
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
1242 |
# File 'sig/client.rbs', line 1242
def created_at: () -> ::Time
|
#pentest_id ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def pentest_id: () -> ::String
|
#pentest_job_id ⇒ ::String
1245 |
# File 'sig/client.rbs', line 1245
def pentest_job_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
1241 |
# File 'sig/client.rbs', line 1241
def status: () -> ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")
|
#title ⇒ ::String
1240 |
# File 'sig/client.rbs', line 1240
def title: () -> ::String
|
#updated_at ⇒ ::Time
1243 |
# File 'sig/client.rbs', line 1243
def updated_at: () -> ::Time
|