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)


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

def agent_space_id: () -> ::String

#code_review_id::String

Returns:

  • (::String)


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

def code_review_id: () -> ::String

#code_review_job_id::String

Returns:

  • (::String)


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

def code_review_job_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#status"IN_PROGRESS", ...

Returns:

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


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

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

#title::String

Returns:

  • (::String)


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

def title: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time