#[non_exhaustive]pub struct AcceleratorTypeOffering { /* private fields */ }Expand description
The offering for an Elastic Inference Accelerator type.
Implementations§
source§impl AcceleratorTypeOffering
impl AcceleratorTypeOffering
sourcepub fn accelerator_type(&self) -> Option<&str>
pub fn accelerator_type(&self) -> Option<&str>
The name of the Elastic Inference Accelerator type.
sourcepub fn location_type(&self) -> Option<&LocationType>
pub fn location_type(&self) -> Option<&LocationType>
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
source§impl AcceleratorTypeOffering
impl AcceleratorTypeOffering
sourcepub fn builder() -> AcceleratorTypeOfferingBuilder
pub fn builder() -> AcceleratorTypeOfferingBuilder
Creates a new builder-style object to manufacture AcceleratorTypeOffering.
Trait Implementations§
source§impl Clone for AcceleratorTypeOffering
impl Clone for AcceleratorTypeOffering
source§fn clone(&self) -> AcceleratorTypeOffering
fn clone(&self) -> AcceleratorTypeOffering
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 AcceleratorTypeOffering
impl Debug for AcceleratorTypeOffering
source§impl PartialEq<AcceleratorTypeOffering> for AcceleratorTypeOffering
impl PartialEq<AcceleratorTypeOffering> for AcceleratorTypeOffering
source§fn eq(&self, other: &AcceleratorTypeOffering) -> bool
fn eq(&self, other: &AcceleratorTypeOffering) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AcceleratorTypeOffering
Auto Trait Implementations§
impl RefUnwindSafe for AcceleratorTypeOffering
impl Send for AcceleratorTypeOffering
impl Sync for AcceleratorTypeOffering
impl Unpin for AcceleratorTypeOffering
impl UnwindSafe for AcceleratorTypeOffering
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more