Struct aws_sdk_ec2::types::FpgaImageState
source · #[non_exhaustive]pub struct FpgaImageState { /* private fields */ }Expand description
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
Implementations§
source§impl FpgaImageState
impl FpgaImageState
sourcepub fn code(&self) -> Option<&FpgaImageStateCode>
pub fn code(&self) -> Option<&FpgaImageStateCode>
The state. The following are the possible values:
-
pending- AFI bitstream generation is in progress. -
available- The AFI is available for use. -
failed- AFI bitstream generation failed. -
unavailable- The AFI is no longer available for use.
source§impl FpgaImageState
impl FpgaImageState
sourcepub fn builder() -> FpgaImageStateBuilder
pub fn builder() -> FpgaImageStateBuilder
Creates a new builder-style object to manufacture FpgaImageState.
Trait Implementations§
source§impl Clone for FpgaImageState
impl Clone for FpgaImageState
source§fn clone(&self) -> FpgaImageState
fn clone(&self) -> FpgaImageState
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 FpgaImageState
impl Debug for FpgaImageState
source§impl PartialEq<FpgaImageState> for FpgaImageState
impl PartialEq<FpgaImageState> for FpgaImageState
source§fn eq(&self, other: &FpgaImageState) -> bool
fn eq(&self, other: &FpgaImageState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.