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)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-auditmanager/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_insightsTypes::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 'gems/aws-sdk-auditmanager/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

#idString

The unique identifier for the control domain.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-auditmanager/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_updatedTime

The time when the control domain insights were last updated.

Returns:

  • (Time)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-auditmanager/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

#nameString

The name of the control domain.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-auditmanager/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_countInteger

The total number of controls in the control domain.

Returns:

  • (Integer)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-auditmanager/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