Class: Aws::AuditManager::Types::ControlInsightsMetadataByAssessmentItem

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 in a specific active assessment.

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

#control_set_nameString

The name of the control set that the assessment control belongs to.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1303

class ControlInsightsMetadataByAssessmentItem < Struct.new(
  :name,
  :id,
  :evidence_insights,
  :control_set_name,
  :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 assessment control.



1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1303

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

#idString

The unique identifier for the assessment control.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1303

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

#last_updatedTime

The time when the assessment control insights were last updated.

Returns:

  • (Time)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1303

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

#nameString

The name of the assessment control.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1303

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