Class: Aws::AuditManager::Types::ControlInsightsMetadataByAssessmentItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlInsightsMetadataByAssessmentItem
- 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
-
#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.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1319 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.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1319 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.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1319 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.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1319 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.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1319 class ControlInsightsMetadataByAssessmentItem < Struct.new( :name, :id, :evidence_insights, :control_set_name, :last_updated) SENSITIVE = [] include Aws::Structure end |