[−][src]Struct rusoto_ec2::FpgaImage
Describes an Amazon FPGA image (AFI).
Fields
create_time: Option<String>
The date and time the AFI was created.
data_retention_support: Option<bool>
Indicates whether data retention support is enabled for the AFI.
description: Option<String>
The description of the AFI.
fpga_image_global_id: Option<String>
The global FPGA image identifier (AGFI ID).
fpga_image_id: Option<String>
The FPGA image identifier (AFI ID).
name: Option<String>
The name of the AFI.
owner_alias: Option<String>
The alias of the AFI owner. Possible values include self
, amazon
, and aws-marketplace
.
owner_id: Option<String>
The AWS account ID of the AFI owner.
pci_id: Option<PciId>
Information about the PCI bus.
product_codes: Option<Vec<ProductCode>>
The product codes for the AFI.
public: Option<bool>
Indicates whether the AFI is public.
shell_version: Option<String>
The version of the AWS Shell that was used to create the bitstream.
state: Option<FpgaImageState>
Information about the state of the AFI.
Any tags assigned to the AFI.
update_time: Option<String>
The time of the most recent update to the AFI.
Trait Implementations
impl PartialEq<FpgaImage> for FpgaImage
[src]
impl Default for FpgaImage
[src]
impl Clone for FpgaImage
[src]
fn clone(&self) -> FpgaImage
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for FpgaImage
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self