Struct rusoto_ec2::FpgaImageAttribute [] [src]

pub struct FpgaImageAttribute {
    pub description: Option<String>,
    pub fpga_image_id: Option<String>,
    pub load_permissions: Option<Vec<LoadPermission>>,
    pub name: Option<String>,
    pub product_codes: Option<Vec<ProductCode>>,
}

Describes an Amazon FPGA image (AFI) attribute.

Fields

The description of the AFI.

The ID of the AFI.

One or more load permissions.

The name of the AFI.

One or more product codes.

Trait Implementations

impl Default for FpgaImageAttribute
[src]

[src]

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

impl Debug for FpgaImageAttribute
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FpgaImageAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations