[][src]Struct rusoto_elastic_inference::DescribeAcceleratorOfferingsRequest

pub struct DescribeAcceleratorOfferingsRequest {
    pub accelerator_types: Option<Vec<String>>,
    pub location_type: String,
}

Fields

accelerator_types: Option<Vec<String>>

The list of accelerator types to describe.

location_type: String

The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

Trait Implementations

impl Clone for DescribeAcceleratorOfferingsRequest[src]

impl Debug for DescribeAcceleratorOfferingsRequest[src]

impl Default for DescribeAcceleratorOfferingsRequest[src]

impl PartialEq<DescribeAcceleratorOfferingsRequest> for DescribeAcceleratorOfferingsRequest[src]

impl Serialize for DescribeAcceleratorOfferingsRequest[src]

impl StructuralPartialEq for DescribeAcceleratorOfferingsRequest[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> From<T> for T[src]

impl<T> Instrument 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.