PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::SMS::ReplicationJob; use Moose; has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has Encrypted => (is => 'ro', isa => 'Bool', request_name => 'encrypted', traits => ['NameInRequest']); has Frequency => (is => 'ro', isa => 'Int', request_name => 'frequency', traits => ['NameInRequest']); has KmsKeyId => (is => 'ro', isa => 'Str', request_name => 'kmsKeyId', traits => ['NameInRequest']); has LatestAmiId => (is => 'ro', isa => 'Str', request_name => 'latestAmiId', traits => ['NameInRequest']); has LicenseType => (is => 'ro', isa => 'Str', request_name => 'licenseType', traits => ['NameInRequest']); has NextReplicationRunStartTime => (is => 'ro', isa => 'Str', request_name => 'nextReplicationRunStartTime', traits => ['NameInRequest']); has NumberOfRecentAmisToKeep => (is => 'ro', isa => 'Int', request_name => 'numberOfRecentAmisToKeep', traits => ['NameInRequest']); has ReplicationJobId => (is => 'ro', isa => 'Str', request_name => 'replicationJobId', traits => ['NameInRequest']); has ReplicationRunList => (is => 'ro', isa => 'ArrayRef[Paws::SMS::ReplicationRun]', request_name => 'replicationRunList', traits => ['NameInRequest']); has RoleName => (is => 'ro', isa => 'Str', request_name => 'roleName', traits => ['NameInRequest']); has RunOnce => (is => 'ro', isa => 'Bool', request_name => 'runOnce', traits => ['NameInRequest']); has SeedReplicationTime => (is => 'ro', isa => 'Str', request_name => 'seedReplicationTime', traits => ['NameInRequest']); has ServerId => (is => 'ro', isa => 'Str', request_name => 'serverId', traits => ['NameInRequest']); has ServerType => (is => 'ro', isa => 'Str', request_name => 'serverType', traits => ['NameInRequest']); has State => (is => 'ro', isa => 'Str', request_name => 'state', traits => ['NameInRequest']); has StatusMessage => (is => 'ro', isa => 'Str', request_name => 'statusMessage', traits => ['NameInRequest']); has VmServer => (is => 'ro', isa => 'Paws::SMS::VmServer', request_name => 'vmServer', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::SMS::ReplicationJob =head1 USAGE This class represents one of two things: =head3 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::ReplicationJob object: $service_obj->Method(Att1 => { Description => $value, ..., VmServer => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SMS::ReplicationJob object: $result = $service_obj->Method(...); $result->Att1->Description =head1 DESCRIPTION Represents a replication job. =head1 ATTRIBUTES =head2 Description => Str The description of the replication job. =head2 Encrypted => Bool Indicates whether the replication job should produce encrypted AMIs. =head2 Frequency => Int The time between consecutive replication runs, in hours. =head2 KmsKeyId => Str The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following: =over =item * KMS key ID =item * KMS key alias =item * ARN referring to the KMS key ID =item * ARN referring to the KMS key alias =back If encrypted is enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used. =head2 LatestAmiId => Str The ID of the latest Amazon Machine Image (AMI). =head2 LicenseType => Str The license type to be used for the AMI created by a successful replication run. =head2 NextReplicationRunStartTime => Str The start time of the next replication run. =head2 NumberOfRecentAmisToKeep => Int The number of recent AMIs to keep in the customer's account for a replication job. By default, the value is set to zero, meaning that all AMIs are kept. =head2 ReplicationJobId => Str The ID of the replication job. =head2 ReplicationRunList => ArrayRef[L] Information about the replication runs. =head2 RoleName => Str The name of the IAM role to be used by AWS SMS. =head2 RunOnce => Bool Indicates whether to run the replication job one time. =head2 SeedReplicationTime => Str The seed replication time. =head2 ServerId => Str The ID of the server. =head2 ServerType => Str The type of server. =head2 State => Str The state of the replication job. =head2 StatusMessage => Str The description of the current status of the replication job. =head2 VmServer => L Information about the VM server. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut