Class: Aws::AuditManager::Types::AssessmentEvidenceFolder

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

The folder where Audit Manager stores evidence for an assessment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The identifier for the assessment.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_report_selection_countInteger

The total count of evidence that's included in the assessment report.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#authorString

The name of the user who created the evidence folder.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#control_idString

The unique identifier for the control.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#control_nameString

The name of the control.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#control_set_idString

The identifier for the control set.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceString

The Amazon Web Service that the evidence was collected from.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#dateTime

The date when the first evidence was added to the evidence folder.

Returns:

  • (Time)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_aws_service_source_countInteger

The total number of Amazon Web Services resources that were assessed to generate the evidence.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_by_type_compliance_check_countInteger

The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_by_type_compliance_check_issues_countInteger

The total number of issues that were reported directly from Security Hub, Config, or both.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_by_type_configuration_data_countInteger

The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_by_type_manual_countInteger

The number of evidence that falls under the manual category. This evidence is imported manually.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_by_type_user_activity_countInteger

The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#evidence_resources_included_countInteger

The amount of evidence that's included in the evidence folder.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the folder that the evidence is stored in.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the evidence folder.

Returns:

  • (String)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_evidenceInteger

The total amount of evidence in the evidence folder.

Returns:

  • (Integer)


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 308

class AssessmentEvidenceFolder < Struct.new(
  :name,
  :date,
  :assessment_id,
  :control_set_id,
  :control_id,
  :id,
  :data_source,
  :author,
  :total_evidence,
  :assessment_report_selection_count,
  :control_name,
  :evidence_resources_included_count,
  :evidence_by_type_configuration_data_count,
  :evidence_by_type_manual_count,
  :evidence_by_type_compliance_check_count,
  :evidence_by_type_compliance_check_issues_count,
  :evidence_by_type_user_activity_count,
  :evidence_aws_service_source_count)
  SENSITIVE = []
  include Aws::Structure
end