Struct rusoto_ec2::FpgaImage[][src]

pub struct FpgaImage {
    pub create_time: Option<String>,
    pub description: Option<String>,
    pub fpga_image_global_id: Option<String>,
    pub fpga_image_id: Option<String>,
    pub name: Option<String>,
    pub owner_alias: Option<String>,
    pub owner_id: Option<String>,
    pub pci_id: Option<PciId>,
    pub product_codes: Option<Vec<ProductCode>>,
    pub public: Option<bool>,
    pub shell_version: Option<String>,
    pub state: Option<FpgaImageState>,
    pub tags: Option<Vec<Tag>>,
    pub update_time: Option<String>,
}

Describes an Amazon FPGA image (AFI).

Fields

The date and time the AFI was created.

The description of the AFI.

The global FPGA image identifier (AGFI ID).

The FPGA image identifier (AFI ID).

The name of the AFI.

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

The AWS account ID of the AFI owner.

Information about the PCI bus.

The product codes for the AFI.

Indicates whether the AFI is public.

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

Information about the state of the AFI.

Any tags assigned to the AFI.

The time of the most recent update to the AFI.

Trait Implementations

impl Default for FpgaImage
[src]

Returns the "default value" for a type. Read more

impl Debug for FpgaImage
[src]

Formats the value using the given formatter. Read more

impl Clone for FpgaImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FpgaImage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for FpgaImage

impl Sync for FpgaImage