Struct aws_sdk_mq::output::DescribeBrokerEngineTypesOutput
source · [−]#[non_exhaustive]pub struct DescribeBrokerEngineTypesOutput { /* private fields */ }
Implementations
sourceimpl DescribeBrokerEngineTypesOutput
impl DescribeBrokerEngineTypesOutput
sourcepub fn broker_engine_types(&self) -> Option<&[BrokerEngineType]>
pub fn broker_engine_types(&self) -> Option<&[BrokerEngineType]>
List of available engine types and versions.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
Required. The maximum number of engine types that can be returned per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
sourceimpl DescribeBrokerEngineTypesOutput
impl DescribeBrokerEngineTypesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBrokerEngineTypesOutput
.
Trait Implementations
sourceimpl Clone for DescribeBrokerEngineTypesOutput
impl Clone for DescribeBrokerEngineTypesOutput
sourcefn clone(&self) -> DescribeBrokerEngineTypesOutput
fn clone(&self) -> DescribeBrokerEngineTypesOutput
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<DescribeBrokerEngineTypesOutput> for DescribeBrokerEngineTypesOutput
impl PartialEq<DescribeBrokerEngineTypesOutput> for DescribeBrokerEngineTypesOutput
sourcefn eq(&self, other: &DescribeBrokerEngineTypesOutput) -> bool
fn eq(&self, other: &DescribeBrokerEngineTypesOutput) -> bool
impl StructuralPartialEq for DescribeBrokerEngineTypesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeBrokerEngineTypesOutput
impl Send for DescribeBrokerEngineTypesOutput
impl Sync for DescribeBrokerEngineTypesOutput
impl Unpin for DescribeBrokerEngineTypesOutput
impl UnwindSafe for DescribeBrokerEngineTypesOutput
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