Class: Aws::AuditManager::Types::ControlInsightsMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlInsightsMetadataItem
- 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
-
#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.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the control.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355 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.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355 class ControlInsightsMetadataItem < Struct.new( :name, :id, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |