![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::ImportImageTask 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::EC2::ImportImageTask object: $service_obj->Method(Att1 => { Architecture => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ImportImageTask object: $result = $service_obj->Method(...); $result->Att1->Architecture DESCRIPTIONThis class has no description ATTRIBUTESArchitecture => StrThe architecture of the virtual machine. Valid values: "i386" | "x86_64" | "arm64" Description => StrA description of the import task. Encrypted => BoolIndicates whether the image is encrypted. Hypervisor => StrThe target hypervisor for the import task. Valid values: "xen" ImageId => StrThe ID of the Amazon Machine Image (AMI) of the imported virtual machine. ImportTaskId => StrThe ID of the import image task. KmsKeyId => StrThe identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted image. LicenseSpecifications => ArrayRef[Paws::EC2::ImportImageLicenseConfigurationResponse]The ARNs of the license configurations that are associated with the import image task. LicenseType => StrThe license type of the virtual machine. Platform => StrThe description string for the import image task. Progress => StrThe percentage of progress of the import image task. SnapshotDetails => ArrayRef[Paws::EC2::SnapshotDetail]Information about the snapshots. Status => StrA brief status for the import image task. StatusMessage => StrA descriptive status message for the import image task. Tags => ArrayRef[Paws::EC2::Tag]The tags for the import image task. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 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>
|