class Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentRequest

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

data as a hash:

    {
      assessment_id: "UUID", # required
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] assessment_id

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

@!attribute [rw] next_token

The pagination token used to fetch the next set of results.
@return [String]

@!attribute [rw] max_results

Represents the maximum number of results per page, or per API
request call.
@return [Integer]

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

Constants

SENSITIVE