![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::ReplicationTaskAssessmentRun 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::DMS::ReplicationTaskAssessmentRun object: $service_obj->Method(Att1 => { AssessmentProgress => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::ReplicationTaskAssessmentRun object: $result = $service_obj->Method(...); $result->Att1->AssessmentProgress DESCRIPTIONProvides information that describes a premigration assessment run that you have started using the "StartReplicationTaskAssessmentRun" operation. Some of the information appears based on other operations that can return the "ReplicationTaskAssessmentRun" object. ATTRIBUTESAssessmentProgress => Paws::DMS::ReplicationTaskAssessmentRunProgressIndication of the completion progress for the individual assessments specified to run. AssessmentRunName => StrUnique name of the assessment run. LastFailureMessage => StrLast message generated by an individual assessment failure. ReplicationTaskArn => StrARN of the migration task associated with this premigration assessment run. ReplicationTaskAssessmentRunArn => StrAmazon Resource Name (ARN) of this assessment run. ReplicationTaskAssessmentRunCreationDate => StrDate on which the assessment run was created using the "StartReplicationTaskAssessmentRun" operation. ResultEncryptionMode => StrEncryption mode used to encrypt the assessment run results. ResultKmsKeyArn => StrARN of the AWS KMS encryption key used to encrypt the assessment run results. ResultLocationBucket => StrAmazon S3 bucket where AWS DMS stores the results of this assessment run. ResultLocationFolder => StrFolder in an Amazon S3 bucket where AWS DMS stores the results of this assessment run. ServiceAccessRoleArn => StrARN of the service role used to start the assessment run using the "StartReplicationTaskAssessmentRun" operation. Status => StrAssessment run status. This status can have one of the following values:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::DMS 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>
|