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)


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

def agent_space_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#pentest_id::String

Returns:

  • (::String)


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

def pentest_id: () -> ::String

#pentest_job_id::String

Returns:

  • (::String)


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

def pentest_job_id: () -> ::String

#status"IN_PROGRESS", ...

Returns:

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


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

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

#title::String

Returns:

  • (::String)


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

def title: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time