Class: Aws::Types::EvaluationAcknowledgementSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_by::String

Returns the value of attribute acknowledged_by.

Returns:

  • (::String)


3241
3242
3243
# File 'sig/types.rbs', line 3241

def acknowledged_by
  @acknowledged_by
end

#acknowledged_time::Time

Returns the value of attribute acknowledged_time.

Returns:

  • (::Time)


3240
3241
3242
# File 'sig/types.rbs', line 3240

def acknowledged_time
  @acknowledged_time
end

#acknowledger_comment::String

Returns the value of attribute acknowledger_comment.

Returns:

  • (::String)


3242
3243
3244
# File 'sig/types.rbs', line 3242

def acknowledger_comment
  @acknowledger_comment
end