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
- Struct
- Aws::EC2::Types::FpgaImage
- Defined in:
- (unknown)
Overview
Describes an Amazon FPGA image (AFI).
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The date and time the AFI was created.
-
#data_retention_support ⇒ Boolean
Indicates whether data retention support is enabled for the AFI.
-
#description ⇒ String
The description of the AFI.
-
#fpga_image_global_id ⇒ String
The global FPGA image identifier (AGFI ID).
-
#fpga_image_id ⇒ String
The FPGA image identifier (AFI ID).
-
#name ⇒ String
The name of the AFI.
-
#owner_alias ⇒ String
The alias of the AFI owner.
-
#owner_id ⇒ String
The AWS account ID of the AFI owner.
-
#pci_id ⇒ Types::PciId
Information about the PCI bus.
-
#product_codes ⇒ Array<Types::ProductCode>
The product codes for the AFI.
-
#public ⇒ Boolean
Indicates whether the AFI is public.
-
#shell_version ⇒ String
The version of the AWS Shell that was used to create the bitstream.
-
#state ⇒ Types::FpgaImageState
Information about the state of the AFI.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the AFI.
-
#update_time ⇒ Time
The time of the most recent update to the AFI.
Instance Attribute Details
#create_time ⇒ Time
The date and time the AFI was created.
#data_retention_support ⇒ Boolean
Indicates whether data retention support is enabled for the AFI.
#description ⇒ String
The description of the AFI.
#fpga_image_global_id ⇒ String
The global FPGA image identifier (AGFI ID).
#fpga_image_id ⇒ String
The FPGA image identifier (AFI ID).
#name ⇒ String
The name of the AFI.
#owner_alias ⇒ String
The alias of the AFI owner. Possible values include self
, amazon
,
and aws-marketplace
.
#owner_id ⇒ String
The AWS account ID of the AFI owner.
#pci_id ⇒ Types::PciId
Information about the PCI bus.
#product_codes ⇒ Array<Types::ProductCode>
The product codes for the AFI.
#public ⇒ Boolean
Indicates whether the AFI is public.
#shell_version ⇒ String
The version of the AWS Shell that was used to create the bitstream.
#state ⇒ Types::FpgaImageState
Information about the state of the AFI.
#tags ⇒ Array<Types::Tag>
Any tags assigned to the AFI.
#update_time ⇒ Time
The time of the most recent update to the AFI.