![]() |
![]()
| ![]() |
![]()
NAMEPaws::SMS::ReplicationRun 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::SMS::ReplicationRun object: $service_obj->Method(Att1 => { AmiId => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SMS::ReplicationRun object: $result = $service_obj->Method(...); $result->Att1->AmiId DESCRIPTIONRepresents a replication run. ATTRIBUTESAmiId => StrThe ID of the Amazon Machine Image (AMI) from the replication run. CompletedTime => StrThe completion time of the last replication run. Description => StrThe description of the replication run. Encrypted => BoolIndicates whether the replication run should produce an encrypted AMI. KmsKeyId => StrThe ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:
If encrypted is true but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used. ReplicationRunId => StrThe ID of the replication run. ScheduledStartTime => StrThe start time of the next replication run. StageDetails => Paws::SMS::ReplicationRunStageDetailsDetails about the current stage of the replication run. State => StrThe state of the replication run. StatusMessage => StrThe description of the current status of the replication job. Type => StrThe type of replication run. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SMS 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>
|