Struct aws_sdk_ec2::output::CreateFpgaImageOutput
source · #[non_exhaustive]pub struct CreateFpgaImageOutput { /* private fields */ }
Implementations§
source§impl CreateFpgaImageOutput
impl CreateFpgaImageOutput
sourcepub fn fpga_image_id(&self) -> Option<&str>
pub fn fpga_image_id(&self) -> Option<&str>
The FPGA image identifier (AFI ID).
sourcepub fn fpga_image_global_id(&self) -> Option<&str>
pub fn fpga_image_global_id(&self) -> Option<&str>
The global FPGA image identifier (AGFI ID).
source§impl CreateFpgaImageOutput
impl CreateFpgaImageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFpgaImageOutput
.
Trait Implementations§
source§impl Clone for CreateFpgaImageOutput
impl Clone for CreateFpgaImageOutput
source§fn clone(&self) -> CreateFpgaImageOutput
fn clone(&self) -> CreateFpgaImageOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateFpgaImageOutput
impl Debug for CreateFpgaImageOutput
source§impl PartialEq<CreateFpgaImageOutput> for CreateFpgaImageOutput
impl PartialEq<CreateFpgaImageOutput> for CreateFpgaImageOutput
source§fn eq(&self, other: &CreateFpgaImageOutput) -> bool
fn eq(&self, other: &CreateFpgaImageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.