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` package Paws::EC2::ImportImageResult; use Moose; has Architecture => (is => 'ro', isa => 'Str', request_name => 'architecture', traits => ['NameInRequest',]); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest',]); has Encrypted => (is => 'ro', isa => 'Bool', request_name => 'encrypted', traits => ['NameInRequest',]); has Hypervisor => (is => 'ro', isa => 'Str', request_name => 'hypervisor', traits => ['NameInRequest',]); has ImageId => (is => 'ro', isa => 'Str', request_name => 'imageId', traits => ['NameInRequest',]); has ImportTaskId => (is => 'ro', isa => 'Str', request_name => 'importTaskId', traits => ['NameInRequest',]); has KmsKeyId => (is => 'ro', isa => 'Str', request_name => 'kmsKeyId', traits => ['NameInRequest',]); has LicenseSpecifications => (is => 'ro', isa => 'ArrayRef[Paws::EC2::ImportImageLicenseConfigurationResponse]', request_name => 'licenseSpecifications', traits => ['NameInRequest',]); has LicenseType => (is => 'ro', isa => 'Str', request_name => 'licenseType', traits => ['NameInRequest',]); has Platform => (is => 'ro', isa => 'Str', request_name => 'platform', traits => ['NameInRequest',]); has Progress => (is => 'ro', isa => 'Str', request_name => 'progress', traits => ['NameInRequest',]); has SnapshotDetails => (is => 'ro', isa => 'ArrayRef[Paws::EC2::SnapshotDetail]', request_name => 'snapshotDetailSet', traits => ['NameInRequest',]); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest',]); has StatusMessage => (is => 'ro', isa => 'Str', request_name => 'statusMessage', traits => ['NameInRequest',]); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::EC2::Tag]', request_name => 'tagSet', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::ImportImageResult =head1 ATTRIBUTES =head2 Architecture => Str The architecture of the virtual machine. =head2 Description => Str A description of the import task. =head2 Encrypted => Bool Indicates whether the AMI is encrypted. =head2 Hypervisor => Str The target hypervisor of the import task. =head2 ImageId => Str The ID of the Amazon Machine Image (AMI) created by the import task. =head2 ImportTaskId => Str The task ID of the import image task. =head2 KmsKeyId => Str The identifier for the symmetric AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted AMI. =head2 LicenseSpecifications => ArrayRef[L] The ARNs of the license configurations. =head2 LicenseType => Str The license type of the virtual machine. =head2 Platform => Str The operating system of the virtual machine. =head2 Progress => Str The progress of the task. =head2 SnapshotDetails => ArrayRef[L] Information about the snapshots. =head2 Status => Str A brief status of the task. =head2 StatusMessage => Str A detailed status message of the import task. =head2 Tags => ArrayRef[L] Any tags assigned to the import image task. =head2 _request_id => Str =cut