[][src]Struct rusoto_elastic_inference::ElasticInferenceAccelerator

pub struct ElasticInferenceAccelerator {
    pub accelerator_health: Option<ElasticInferenceAcceleratorHealth>,
    pub accelerator_id: Option<String>,
    pub accelerator_type: Option<String>,
    pub attached_resource: Option<String>,
    pub availability_zone: Option<String>,
}

The details of an Elastic Inference Accelerator.

Fields

accelerator_health: Option<ElasticInferenceAcceleratorHealth>

The health of the Elastic Inference Accelerator.

accelerator_id: Option<String>

The ID of the Elastic Inference Accelerator.

accelerator_type: Option<String>

The type of the Elastic Inference Accelerator.

attached_resource: Option<String>

The ARN of the resource that the Elastic Inference Accelerator is attached to.

availability_zone: Option<String>

The availability zone where the Elastic Inference Accelerator is present.

Trait Implementations

impl Clone for ElasticInferenceAccelerator[src]

impl Debug for ElasticInferenceAccelerator[src]

impl Default for ElasticInferenceAccelerator[src]

impl<'de> Deserialize<'de> for ElasticInferenceAccelerator[src]

impl PartialEq<ElasticInferenceAccelerator> for ElasticInferenceAccelerator[src]

impl StructuralPartialEq for ElasticInferenceAccelerator[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.