Module: Aws::SecurityAgent::Client::_StartPentestJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartPentestJobOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#agent_space_id::String

Returns:

  • (::String)


1249
# File 'sig/client.rbs', line 1249

def agent_space_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


1245
# File 'sig/client.rbs', line 1245

def created_at: () -> ::Time

#pentest_id::String

Returns:

  • (::String)


1247
# File 'sig/client.rbs', line 1247

def pentest_id: () -> ::String

#pentest_job_id::String

Returns:

  • (::String)


1248
# File 'sig/client.rbs', line 1248

def pentest_job_id: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "STOPPING", "STOPPED", "FAILED", "COMPLETED")


1244
# File 'sig/client.rbs', line 1244

def status: () -> ("IN_PROGRESS" | "STOPPING" | "STOPPED" | "FAILED" | "COMPLETED")

#title::String

Returns:

  • (::String)


1243
# File 'sig/client.rbs', line 1243

def title: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


1246
# File 'sig/client.rbs', line 1246

def updated_at: () -> ::Time