Method: Aws::ConfigService::Types::EvaluationResult#annotation

Defined in:
lib/aws-sdk-configservice/types.rb

#annotationString

Supplementary information about how the evaluation determined the compliance.

Returns:

  • (String)


4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-configservice/types.rb', line 4027

class EvaluationResult < Struct.new(
  :evaluation_result_identifier,
  :compliance_type,
  :result_recorded_time,
  :config_rule_invoked_time,
  :annotation,
  :result_token)
  SENSITIVE = []
  include Aws::Structure
end