You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::FpgaImage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an Amazon FPGA image (AFI).

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The date and time the AFI was created.

Returns:

  • (Time)

    The date and time the AFI was created.

#data_retention_supportBoolean

Indicates whether data retention support is enabled for the AFI.

Returns:

  • (Boolean)

    Indicates whether data retention support is enabled for the AFI.

#descriptionString

The description of the AFI.

Returns:

  • (String)

    The description of the AFI.

#fpga_image_global_idString

The global FPGA image identifier (AGFI ID).

Returns:

  • (String)

    The global FPGA image identifier (AGFI ID).

#fpga_image_idString

The FPGA image identifier (AFI ID).

Returns:

  • (String)

    The FPGA image identifier (AFI ID).

#nameString

The name of the AFI.

Returns:

  • (String)

    The name of the AFI.

#owner_aliasString

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

Returns:

  • (String)

    The alias of the AFI owner.

#owner_idString

The AWS account ID of the AFI owner.

Returns:

  • (String)

    The AWS account ID of the AFI owner.

#pci_idTypes::PciId

Information about the PCI bus.

Returns:

#product_codesArray<Types::ProductCode>

The product codes for the AFI.

Returns:

#publicBoolean

Indicates whether the AFI is public.

Returns:

  • (Boolean)

    Indicates whether the AFI is public.

#shell_versionString

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

Returns:

  • (String)

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

#stateTypes::FpgaImageState

Information about the state of the AFI.

Returns:

#tagsArray<Types::Tag>

Any tags assigned to the AFI.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the AFI.

#update_timeTime

The time of the most recent update to the AFI.

Returns:

  • (Time)

    The time of the most recent update to the AFI.