Class: Aws::AuditManager::Types::ControlDomainInsights

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 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

Instance Attribute Details

#controls_count_by_noncompliant_evidenceInteger

The number of controls in the control domain that collected non-compliant evidence on the lastUpdated date.

Returns:

  • (Integer)


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_insightsTypes::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

#idString

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.

Returns:

  • (String)


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_updatedTime

The time when the control domain insights were last updated.

Returns:

  • (Time)


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

#nameString

The name of the control domain.

Returns:

  • (String)


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_countInteger

The total number of controls in the control domain.

Returns:

  • (Integer)


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