![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::FpgaImage 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::FpgaImage object: $service_obj->Method(Att1 => { CreateTime => $value, ..., UpdateTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::FpgaImage object: $result = $service_obj->Method(...); $result->Att1->CreateTime DESCRIPTIONThis class has no description ATTRIBUTESCreateTime => StrThe date and time the AFI was created. DataRetentionSupport => BoolIndicates whether data retention support is enabled for the AFI. Description => StrThe description of the AFI. FpgaImageGlobalId => StrThe global FPGA image identifier (AGFI ID). FpgaImageId => StrThe FPGA image identifier (AFI ID). Name => StrThe name of the AFI. OwnerAlias => StrThe alias of the AFI owner. Possible values include "self", "amazon", and "aws-marketplace". OwnerId => StrThe AWS account ID of the AFI owner. PciId => Paws::EC2::PciIdInformation about the PCI bus. ProductCodes => ArrayRef[Paws::EC2::ProductCode]The product codes for the AFI. Public => BoolIndicates whether the AFI is public. ShellVersion => StrThe version of the AWS Shell that was used to create the bitstream. State => Paws::EC2::FpgaImageStateInformation about the state of the AFI. Tags => ArrayRef[Paws::EC2::Tag]Any tags assigned to the AFI. UpdateTime => StrThe time of the most recent update to the AFI. 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>
|