class Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentControlRequest
@note When making an API call, you may pass GetEvidenceFoldersByAssessmentControlRequest
data as a hash: { assessment_id: "UUID", # required control_set_id: "ControlSetId", # required control_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 specified control set. @return [String]
@!attribute [rw] control_id
The identifier for the specified control. @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/GetEvidenceFoldersByAssessmentControlRequest AWS API Documentation
Constants
- SENSITIVE