NAME
Paws::AuditManager::AssessmentEvidenceFolder
USAGE
This 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
DESCRIPTION
The folder in which AWS Audit Manager stores evidence for an assessment.
ATTRIBUTES
AssessmentId => Str
The identifier for the specified assessment.
AssessmentReportSelectionCount => Int
The total count of evidence included in the assessment report.
Author => Str
The name of the user who created the evidence folder.
ControlId => Str
The unique identifier for the specified control.
ControlName => Str
The name of the control.
ControlSetId => Str
The identifier for the control set.
DataSource => Str
The AWS service from which the evidence was collected.
Date => Str
The date when the first evidence was added to the evidence folder.
EvidenceAwsServiceSourceCount => Int
The total number of AWS resources assessed to generate the evidence.
EvidenceByTypeComplianceCheckCount => Int
The number of evidence that falls under the compliance check category. This evidence is collected from AWS Config or AWS Security Hub.
EvidenceByTypeComplianceCheckIssuesCount => Int
The total number of issues that were reported directly from AWS Security Hub, AWS Config, or both.
EvidenceByTypeConfigurationDataCount => Int
The 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 => Int
The number of evidence that falls under the manual category. This evidence is imported manually.
EvidenceByTypeUserActivityCount => Int
The number of evidence that falls under the user activity category. This evidence is collected from AWS CloudTrail logs.
EvidenceResourcesIncludedCount => Int
The amount of evidence included in the evidence folder.
Id => Str
The identifier for the folder in which evidence is stored.
Name => Str
The name of the specified evidence folder.
TotalEvidence => Int
The total amount of evidence in the evidence folder.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::AuditManager
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues