Class: Aws::Types::DocumentReviewerResponseSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::Array[Types::DocumentReviewCommentSource]

Returns the value of attribute comment.



1609
1610
1611
# File 'sig/types.rbs', line 1609

def comment
  @comment
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def create_time
  @create_time
end

#review_status"APPROVED", ...

Returns the value of attribute review_status.

Returns:

  • ("APPROVED", "NOT_REVIEWED", "PENDING", "REJECTED")


1608
1609
1610
# File 'sig/types.rbs', line 1608

def review_status
  @review_status
end

#reviewer::String

Returns the value of attribute reviewer.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def reviewer
  @reviewer
end

#updated_time::Time

Returns the value of attribute updated_time.

Returns:

  • (::Time)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def updated_time
  @updated_time
end