![]() |
![]()
| ![]() |
![]()
NAMEPaws::OpsWorksCM::Backup 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::OpsWorksCM::Backup object: $service_obj->Method(Att1 => { BackupArn => $value, ..., UserArn => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::OpsWorksCM::Backup object: $result = $service_obj->Method(...); $result->Att1->BackupArn DESCRIPTIONDescribes a single backup. ATTRIBUTESBackupArn => StrThe ARN of the backup. BackupId => StrThe generated ID of the backup. Example: "myServerName-yyyyMMddHHmmssSSS" BackupType => StrThe backup type. Valid values are "automated" or "manual". CreatedAt => StrThe time stamp when the backup was created in the database. Example: "2016-07-29T13:38:47.520Z" Description => StrA user-provided description for a manual backup. This field is empty for automated backups. Engine => StrThe engine type that is obtained from the server when the backup is created. EngineModel => StrThe engine model that is obtained from the server when the backup is created. EngineVersion => StrThe engine version that is obtained from the server when the backup is created. InstanceProfileArn => StrThe EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup. InstanceType => StrThe instance type that is obtained from the server when the backup is created. KeyPair => StrThe key pair that is obtained from the server when the backup is created. PreferredBackupWindow => StrThe preferred backup period that is obtained from the server when the backup is created. PreferredMaintenanceWindow => StrThe preferred maintenance period that is obtained from the server when the backup is created. S3DataSize => IntThis field is deprecated and is no longer used. S3DataUrl => StrThis field is deprecated and is no longer used. S3LogUrl => StrThe Amazon S3 URL of the backup's log file. SecurityGroupIds => ArrayRef[Str|Undef]The security group IDs that are obtained from the server when the backup is created. ServerName => StrThe name of the server from which the backup was made. ServiceRoleArn => StrThe service role ARN that is obtained from the server when the backup is created. Status => StrThe status of a backup while in progress. StatusDescription => StrAn informational message about backup status. SubnetIds => ArrayRef[Str|Undef]The subnet IDs that are obtained from the server when the backup is created. ToolsVersion => StrThe version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created. UserArn => StrThe IAM user ARN of the requester for manual backups. This field is empty for automated backups. SEE ALSOThis class forms part of Paws, describing an object used in Paws::OpsWorksCM 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>
|