Class: Aws::AuditManager::Types::AssessmentControlSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentControlSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Represents a set of controls in an Audit Manager assessment.
Constant Summary collapse
- SENSITIVE =
[:roles]
Instance Attribute Summary collapse
-
#controls ⇒ Array<Types::AssessmentControl>
The list of controls that’s contained with the control set.
-
#delegations ⇒ Array<Types::Delegation>
The delegations that are associated with the control set.
-
#description ⇒ String
The description for the control set.
-
#id ⇒ String
The identifier of the control set in the assessment.
-
#manual_evidence_count ⇒ Integer
The total number of evidence objects that are uploaded manually to the control set.
-
#roles ⇒ Array<Types::Role>
The roles that are associated with the control set.
-
#status ⇒ String
The current status of the control set.
-
#system_evidence_count ⇒ Integer
The total number of evidence objects that are retrieved automatically for the control set.
Instance Attribute Details
#controls ⇒ Array<Types::AssessmentControl>
The list of controls that’s contained with the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#delegations ⇒ Array<Types::Delegation>
The delegations that are associated with the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#description ⇒ String
The description for the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#id ⇒ String
The identifier of the control set in the assessment. This is the control set name in a plain string format.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#manual_evidence_count ⇒ Integer
The total number of evidence objects that are uploaded manually to the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#roles ⇒ Array<Types::Role>
The roles that are associated with the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#status ⇒ String
The current status of the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |
#system_evidence_count ⇒ Integer
The total number of evidence objects that are retrieved automatically for the control set.
211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 211 class AssessmentControlSet < Struct.new( :id, :description, :status, :roles, :controls, :delegations, :system_evidence_count, :manual_evidence_count) SENSITIVE = [:roles] include Aws::Structure end |