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

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.

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.



1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355

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

#idString

The unique identifier for the control.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355

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)


1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355

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

#nameString

The name of the control.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1355

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