Class: Aws::Types::CodeReviewSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def created_at
  @created_at
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


538
539
540
# File 'sig/types.rbs', line 538

def updated_at
  @updated_at
end