Struct aws_sdk_mq::input::DescribeBrokerEngineTypesInput
source · [−]#[non_exhaustive]pub struct DescribeBrokerEngineTypesInput {
pub engine_type: Option<String>,
pub max_results: i32,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.engine_type: Option<String>
Filter response by engine type.
max_results: i32
The maximum number of brokers 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBrokerEngineTypes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBrokerEngineTypes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeBrokerEngineTypes
>
Creates a new builder-style object to manufacture DescribeBrokerEngineTypesInput
Filter response by engine type.
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeBrokerEngineTypesInput
impl Sync for DescribeBrokerEngineTypesInput
impl Unpin for DescribeBrokerEngineTypesInput
impl UnwindSafe for DescribeBrokerEngineTypesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more