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)


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

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


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

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def updated_at
  @updated_at
end