class Aws::AuditManager::Types::BatchAssociateAssessmentReportEvidenceRequest

@note When making an API call, you may pass BatchAssociateAssessmentReportEvidenceRequest

data as a hash:

    {
      assessment_id: "UUID", # required
      evidence_folder_id: "UUID", # required
      evidence_ids: ["UUID"], # required
    }

@!attribute [rw] assessment_id

The unique identifier for the specified assessment.
@return [String]

@!attribute [rw] evidence_folder_id

The identifier for the folder in which the evidence is stored.
@return [String]

@!attribute [rw] evidence_ids

The list of evidence identifiers.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchAssociateAssessmentReportEvidenceRequest AWS API Documentation

Constants

SENSITIVE