Class: Aws::Types::EvaluationReviewRequestComment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


3799
3800
3801
# File 'sig/types.rbs', line 3799

def comment
  @comment
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3801
3802
3803
# File 'sig/types.rbs', line 3801

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3800
3801
3802
# File 'sig/types.rbs', line 3800

def created_time
  @created_time
end