class Aws::AuditManager::Types::GetEvidenceRequest

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

data as a hash:

    {
      assessment_id: "UUID", # required
      control_set_id: "ControlSetId", # required
      evidence_folder_id: "UUID", # required
      evidence_id: "UUID", # required
    }

@!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] evidence_folder_id

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

@!attribute [rw] evidence_id

The identifier for the evidence.
@return [String]

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

Constants

SENSITIVE