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)


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

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end