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)


512
513
514
# File 'sig/types.rbs', line 512

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def created_at
  @created_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


514
515
516
# File 'sig/types.rbs', line 514

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def updated_at
  @updated_at
end