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)


557
558
559
# File 'sig/types.rbs', line 557

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


559
560
561
# File 'sig/types.rbs', line 559

def created_at
  @created_at
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


560
561
562
# File 'sig/types.rbs', line 560

def updated_at
  @updated_at
end