Class: Aws::AuditManager::Types::ControlInsightsMetadataByAssessmentItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlInsightsMetadataByAssessmentItem
- Includes:
- Structure
- Defined in:
- 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
-
#control_set_name ⇒ String
The name of the control set that the assessment control belongs to.
-
#evidence_insights ⇒ Types::EvidenceInsights
A breakdown of the compliance check status for the evidence that’s associated with the assessment control.
-
#id ⇒ String
The unique identifier for the assessment control.
-
#last_updated ⇒ Time
The time when the assessment control insights were last updated.
-
#name ⇒ String
The name of the assessment control.
Instance Attribute Details
#control_set_name ⇒ String
The name of the control set that the assessment control belongs to.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File '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_insights ⇒ Types::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 '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 |
#id ⇒ String
The unique identifier for the assessment control.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File '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_updated ⇒ Time
The time when the assessment control insights were last updated.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File '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 |
#name ⇒ String
The name of the assessment control.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File '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 |