The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::EC2::FpgaImage

USAGE

This 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

DESCRIPTION

This class has no description

ATTRIBUTES

CreateTime => Str

  The date and time the AFI was created.

Description => Str

  The description of the AFI.

FpgaImageGlobalId => Str

  The global FPGA image identifier (AGFI ID).

FpgaImageId => Str

  The FPGA image identifier (AFI ID).

Name => Str

  The name of the AFI.

OwnerAlias => Str

  The alias of the AFI owner. Possible values include C<self>, C<amazon>,
and C<aws-marketplace>.

OwnerId => Str

  The AWS account ID of the AFI owner.

PciId => Paws::EC2::PciId

  Information about the PCI bus.

ProductCodes => ArrayRef[Paws::EC2::ProductCode]

  The product codes for the AFI.

Public => Bool

  Indicates whether the AFI is public.

ShellVersion => Str

  The version of the AWS Shell that was used to create the bitstream.

State => Paws::EC2::FpgaImageState

  Information about the state of the AFI.

Tags => ArrayRef[Paws::EC2::Tag]

  Any tags assigned to the AFI.

UpdateTime => Str

  The time of the most recent update to the AFI.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::EC2

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues