Struct rusoto_ec2::PciId [] [src]

pub struct PciId {
    pub device_id: Option<String>,
    pub subsystem_id: Option<String>,
    pub subsystem_vendor_id: Option<String>,
    pub vendor_id: Option<String>,
}

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Fields

The ID of the device.

The ID of the subsystem.

The ID of the vendor for the subsystem.

The ID of the vendor.

Trait Implementations

impl Default for PciId
[src]

[src]

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

impl Debug for PciId
[src]

[src]

Formats the value using the given formatter.

impl Clone for PciId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more