Module: Aws::SecurityAgent::Client::_StartCodeReviewJobResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#agent_space_id::String

Returns:

  • (::String)


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

def agent_space_id: () -> ::String

#code_review_id::String

Returns:

  • (::String)


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

def code_review_id: () -> ::String

#code_review_job_id::String

Returns:

  • (::String)


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

def code_review_job_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#status"IN_PROGRESS", ...

Returns:

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


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

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

#title::String

Returns:

  • (::String)


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

def title: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time