Class: Aws::AuditManager::Types::ControlInsightsMetadataItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

A summary of the latest analytics data for a specific control.

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evidence_insightsTypes::EvidenceInsights

A breakdown of the compliance check status for the evidence that’s associated with the control.



1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1339

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the control.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1339

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The time when the control insights were last updated.

Returns:

  • (Time)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1339

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the control.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1339

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end