Class: Aws::AuditManager::Types::ControlDomainInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlDomainInsights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
A summary of the latest analytics data for a specific control domain.
Control domain 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
-
#controls_count_by_noncompliant_evidence ⇒ Integer
The number of controls in the control domain that collected non-compliant evidence on the ‘lastUpdated` date.
-
#evidence_insights ⇒ Types::EvidenceInsights
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
-
#id ⇒ String
The unique identifier for the control domain.
-
#last_updated ⇒ Time
The time when the control domain insights were last updated.
-
#name ⇒ String
The name of the control domain.
-
#total_controls_count ⇒ Integer
The total number of controls in the control domain.
Instance Attribute Details
#controls_count_by_noncompliant_evidence ⇒ Integer
The number of controls in the control domain that collected non-compliant evidence on the ‘lastUpdated` date.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#evidence_insights ⇒ Types::EvidenceInsights
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the control domain.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The time when the control domain insights were last updated.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control domain.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |
#total_controls_count ⇒ Integer
The total number of controls in the control domain.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1263 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |