Method: Aws::ConfigService::Types::ExternalEvaluation#annotation
- Defined in:
- lib/aws-sdk-configservice/types.rb
#annotation ⇒ String
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'lib/aws-sdk-configservice/types.rb', line 4214 class ExternalEvaluation < Struct.new( :compliance_resource_type, :compliance_resource_id, :compliance_type, :annotation, :ordering_timestamp) SENSITIVE = [] include Aws::Structure end |