Class: Aws::AuditManager::Types::ControlInsightsMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlInsightsMetadataItem
- Includes:
- Structure
- Defined in:
- 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
-
#evidence_insights ⇒ Types::EvidenceInsights
A breakdown of the compliance check status for the evidence that’s associated with the control.
-
#id ⇒ String
The unique identifier for the control.
-
#last_updated ⇒ Time
The time when the control insights were last updated.
-
#name ⇒ String
The name of the control.
Instance Attribute Details
#evidence_insights ⇒ Types::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 'lib/aws-sdk-auditmanager/types.rb', line 1339 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the control.
1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1339 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The time when the control insights were last updated.
1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1339 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control.
1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1339 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |