#[non_exhaustive]pub struct ElasticInferenceAcceleratorAssociation { /* private fields */ }
Expand description
Describes the association between an instance and an elastic inference accelerator.
Implementations
sourceimpl ElasticInferenceAcceleratorAssociation
impl ElasticInferenceAcceleratorAssociation
sourcepub fn elastic_inference_accelerator_arn(&self) -> Option<&str>
pub fn elastic_inference_accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the elastic inference accelerator.
sourcepub fn elastic_inference_accelerator_association_id(&self) -> Option<&str>
pub fn elastic_inference_accelerator_association_id(&self) -> Option<&str>
The ID of the association.
sourcepub fn elastic_inference_accelerator_association_state(&self) -> Option<&str>
pub fn elastic_inference_accelerator_association_state(&self) -> Option<&str>
The state of the elastic inference accelerator.
sourcepub fn elastic_inference_accelerator_association_time(
&self
) -> Option<&DateTime>
pub fn elastic_inference_accelerator_association_time(
&self
) -> Option<&DateTime>
The time at which the elastic inference accelerator is associated with an instance.
sourceimpl ElasticInferenceAcceleratorAssociation
impl ElasticInferenceAcceleratorAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticInferenceAcceleratorAssociation
.
Trait Implementations
sourceimpl Clone for ElasticInferenceAcceleratorAssociation
impl Clone for ElasticInferenceAcceleratorAssociation
sourcefn clone(&self) -> ElasticInferenceAcceleratorAssociation
fn clone(&self) -> ElasticInferenceAcceleratorAssociation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ElasticInferenceAcceleratorAssociation> for ElasticInferenceAcceleratorAssociation
impl PartialEq<ElasticInferenceAcceleratorAssociation> for ElasticInferenceAcceleratorAssociation
sourcefn eq(&self, other: &ElasticInferenceAcceleratorAssociation) -> bool
fn eq(&self, other: &ElasticInferenceAcceleratorAssociation) -> bool
impl StructuralPartialEq for ElasticInferenceAcceleratorAssociation
Auto Trait Implementations
impl RefUnwindSafe for ElasticInferenceAcceleratorAssociation
impl Send for ElasticInferenceAcceleratorAssociation
impl Sync for ElasticInferenceAcceleratorAssociation
impl Unpin for ElasticInferenceAcceleratorAssociation
impl UnwindSafe for ElasticInferenceAcceleratorAssociation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more