Struct aws_sdk_ec2::model::FpgaImageAttribute
source · #[non_exhaustive]pub struct FpgaImageAttribute { /* private fields */ }
Expand description
Describes an Amazon FPGA image (AFI) attribute.
Implementations§
source§impl FpgaImageAttribute
impl FpgaImageAttribute
sourcepub fn fpga_image_id(&self) -> Option<&str>
pub fn fpga_image_id(&self) -> Option<&str>
The ID of the AFI.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the AFI.
sourcepub fn load_permissions(&self) -> Option<&[LoadPermission]>
pub fn load_permissions(&self) -> Option<&[LoadPermission]>
The load permissions.
sourcepub fn product_codes(&self) -> Option<&[ProductCode]>
pub fn product_codes(&self) -> Option<&[ProductCode]>
The product codes.
source§impl FpgaImageAttribute
impl FpgaImageAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FpgaImageAttribute
.
Trait Implementations§
source§impl Clone for FpgaImageAttribute
impl Clone for FpgaImageAttribute
source§fn clone(&self) -> FpgaImageAttribute
fn clone(&self) -> FpgaImageAttribute
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 FpgaImageAttribute
impl Debug for FpgaImageAttribute
source§impl PartialEq<FpgaImageAttribute> for FpgaImageAttribute
impl PartialEq<FpgaImageAttribute> for FpgaImageAttribute
source§fn eq(&self, other: &FpgaImageAttribute) -> bool
fn eq(&self, other: &FpgaImageAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.