[][src]Struct rusoto_mq::DescribeBrokerInstanceOptionsRequest

pub struct DescribeBrokerInstanceOptionsRequest {
    pub engine_type: Option<String>,
    pub host_instance_type: Option<String>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub storage_type: Option<String>,
}

Fields

engine_type: Option<String>

Filter response by engine type.

host_instance_type: Option<String>

Filter response by host instance type.

max_results: Option<i64>

The maximum number of instance options that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

next_token: Option<String>

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

storage_type: Option<String>

Filter response by storage type.

Trait Implementations

impl Clone for DescribeBrokerInstanceOptionsRequest[src]

impl Debug for DescribeBrokerInstanceOptionsRequest[src]

impl Default for DescribeBrokerInstanceOptionsRequest[src]

impl PartialEq<DescribeBrokerInstanceOptionsRequest> for DescribeBrokerInstanceOptionsRequest[src]

impl Serialize for DescribeBrokerInstanceOptionsRequest[src]

impl StructuralPartialEq for DescribeBrokerInstanceOptionsRequest[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.