Struct rusoto_ec2::CreateFpgaImageResult [] [src]

pub struct CreateFpgaImageResult {
    pub fpga_image_global_id: Option<String>,
    pub fpga_image_id: Option<String>,
}

Fields

The global FPGA image identifier (AGFI ID).

The FPGA image identifier (AFI ID).

Trait Implementations

impl Default for CreateFpgaImageResult
[src]

[src]

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

impl Debug for CreateFpgaImageResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateFpgaImageResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more