Class: Aws::Types::CodeReviewJobSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


495
496
497
# File 'sig/types.rbs', line 495

def created_at
  @created_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


494
495
496
# File 'sig/types.rbs', line 494

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


496
497
498
# File 'sig/types.rbs', line 496

def updated_at
  @updated_at
end