Class: Aws::AuditManager::Types::ControlDomainInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlDomainInsights
- Defined in:
- gems/aws-sdk-auditmanager/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.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 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.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 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. Audit Manager supports
the control domains that are provided by Amazon Web Services Control
Catalog. For information about how to find a list of available
control domains, see ListDomains
in the Amazon Web Services
Control Catalog API Reference.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 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.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 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.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 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.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1279 class ControlDomainInsights < Struct.new( :name, :id, :controls_count_by_noncompliant_evidence, :total_controls_count, :evidence_insights, :last_updated) SENSITIVE = [] include Aws::Structure end |