class Aws::AuditManager::Types::GetEvidenceByEvidenceFolderRequest
@note When making an API call, you may pass GetEvidenceByEvidenceFolderRequest
data as a hash: { assessment_id: "UUID", # required control_set_id: "ControlSetId", # required evidence_folder_id: "UUID", # required next_token: "Token", max_results: 1, }
@!attribute [rw] assessment_id
The identifier for the specified assessment. @return [String]
@!attribute [rw] control_set_id
The identifier for the control set. @return [String]
@!attribute [rw] evidence_folder_id
The unique identifier for the folder in which the evidence is stored. @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/GetEvidenceByEvidenceFolderRequest AWS API Documentation
Constants
- SENSITIVE