![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::Image 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::Image object: $service_obj->Method(Att1 => { Architecture => $value, ..., VirtualizationType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::Image object: $result = $service_obj->Method(...); $result->Att1->Architecture DESCRIPTIONThis class has no description ATTRIBUTESArchitecture => StrThe architecture of the image. BlockDeviceMappings => ArrayRef[Paws::EC2::BlockDeviceMapping]Any block device mapping entries. BootMode => StrThe boot mode of the image. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon Elastic Compute Cloud User Guide. CreationDate => StrThe date and time the image was created. DeprecationTime => StrThe date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. Description => StrThe description of the AMI that was provided during image creation. EnaSupport => BoolSpecifies whether enhanced networking with ENA is enabled. Hypervisor => StrThe hypervisor type of the image. ImageId => StrThe ID of the AMI. ImageLocation => StrThe location of the AMI. ImageOwnerAlias => StrThe AWS account alias (for example, "amazon", "self") or the AWS account ID of the AMI owner. ImageType => StrThe type of image. KernelId => StrThe kernel associated with the image, if any. Only applicable for machine images. Name => StrThe name of the AMI that was provided during image creation. OwnerId => StrThe AWS account ID of the image owner. Platform => StrThis value is set to "windows" for Windows AMIs; otherwise, it is blank. PlatformDetails => StrThe platform details associated with the billing code of the AMI. For more information, see Obtaining Billing Information (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html) in the Amazon Elastic Compute Cloud User Guide. ProductCodes => ArrayRef[Paws::EC2::ProductCode]Any product codes associated with the AMI. Public => BoolIndicates whether the image has public launch permissions. The value is "true" if this image has public launch permissions or "false" if it has only implicit and explicit launch permissions. RamdiskId => StrThe RAM disk associated with the image, if any. Only applicable for machine images. RootDeviceName => StrThe device name of the root device volume (for example, "/dev/sda1"). RootDeviceType => StrThe type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume. SriovNetSupport => StrSpecifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled. State => StrThe current state of the AMI. If the state is "available", the image is successfully registered and can be used to launch an instance. StateReason => Paws::EC2::StateReasonThe reason for the state change. Tags => ArrayRef[Paws::EC2::Tag]Any tags assigned to the image. UsageOperation => StrThe operation of the Amazon EC2 instance and the billing code that is associated with the AMI. "usageOperation" corresponds to the lineitem/Operation (https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation) column on your AWS Cost and Usage Report and in the AWS Price List API (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html). For the list of "UsageOperation" codes, see Platform Details and Usage Operation Billing Codes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html#billing-info) in the Amazon Elastic Compute Cloud User Guide. VirtualizationType => StrThe type of virtualization of the AMI. 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>
|