![]() |
![]()
| ![]() |
![]()
NAMEPaws::AuditManager::AssessmentEvidenceFolder USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AuditManager::AssessmentEvidenceFolder object: $service_obj->Method(Att1 => { AssessmentId => $value, ..., TotalEvidence => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AuditManager::AssessmentEvidenceFolder object: $result = $service_obj->Method(...); $result->Att1->AssessmentId DESCRIPTIONThe folder in which AWS Audit Manager stores evidence for an assessment. ATTRIBUTESAssessmentId => StrThe identifier for the specified assessment. AssessmentReportSelectionCount => IntThe total count of evidence included in the assessment report. Author => StrThe name of the user who created the evidence folder. ControlId => StrThe unique identifier for the specified control. ControlName => StrThe name of the control. ControlSetId => StrThe identifier for the control set. DataSource => StrThe AWS service from which the evidence was collected. Date => StrThe date when the first evidence was added to the evidence folder. EvidenceAwsServiceSourceCount => IntThe total number of AWS resources assessed to generate the evidence. EvidenceByTypeComplianceCheckCount => IntThe number of evidence that falls under the compliance check category. This evidence is collected from AWS Config or AWS Security Hub. EvidenceByTypeComplianceCheckIssuesCount => IntThe total number of issues that were reported directly from AWS Security Hub, AWS Config, or both. EvidenceByTypeConfigurationDataCount => IntThe number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other AWS services such as Amazon EC2, Amazon S3, or IAM. EvidenceByTypeManualCount => IntThe number of evidence that falls under the manual category. This evidence is imported manually. EvidenceByTypeUserActivityCount => IntThe number of evidence that falls under the user activity category. This evidence is collected from AWS CloudTrail logs. EvidenceResourcesIncludedCount => IntThe amount of evidence included in the evidence folder. Id => StrThe identifier for the folder in which evidence is stored. Name => StrThe name of the specified evidence folder. TotalEvidence => IntThe total amount of evidence in the evidence folder. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AuditManager BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|