Class: Aws::AuditManager::Types::ControlInsightsMetadataItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#evidence_insightsTypes::EvidenceInsights

A breakdown of the compliance check status for the evidence that’s associated with the control.



1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-auditmanager/types.rb', line 1411

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the control.

Returns:

  • (String)


1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-auditmanager/types.rb', line 1411

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The time when the control insights were last updated.

Returns:

  • (Time)


1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-auditmanager/types.rb', line 1411

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the control.

Returns:

  • (String)


1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-auditmanager/types.rb', line 1411

class ControlInsightsMetadataItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end