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 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.

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]

[src]

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

impl Debug for FpgaImage
[src]

[src]

Formats the value using the given formatter.

impl Clone for FpgaImage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more