Class: Aws::AuditManager::Types::AssessmentControlSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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

Instance Attribute Details

#controlsArray<Types::AssessmentControl>

The list of controls that's contained with the control set.

Returns:



211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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

#delegationsArray<Types::Delegation>

The delegations that are associated with the control set.

Returns:



211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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

#descriptionString

The description for the control set.

Returns:

  • (String)


211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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

#idString

The identifier of the control set in the assessment. This is the control set name in a plain string format.

Returns:

  • (String)


211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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_countInteger

The total number of evidence objects that are uploaded manually to the control set.

Returns:

  • (Integer)


211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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

#rolesArray<Types::Role>

The roles that are associated with the control set.

Returns:



211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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

#statusString

The current status of the control set.

Returns:

  • (String)


211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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_countInteger

The total number of evidence objects that are retrieved automatically for the control set.

Returns:

  • (Integer)


211
212
213
214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-auditmanager/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