Struct aws_sdk_iot::input::ListAuthorizersInput [−][src]
#[non_exhaustive]pub struct ListAuthorizersInput {
pub page_size: Option<i32>,
pub marker: Option<String>,
pub ascending_order: bool,
pub status: Option<AuthorizerStatus>,
}
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.page_size: Option<i32>
The maximum number of results to return at one time.
marker: Option<String>
A marker used to get the next set of results.
ascending_order: bool
Return the list of authorizers in ascending alphabetical order.
status: Option<AuthorizerStatus>
The status of the list authorizers request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAuthorizers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAuthorizers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListAuthorizers
>
Creates a new builder-style object to manufacture ListAuthorizersInput
Return the list of authorizers in ascending alphabetical order.
The status of the list authorizers request.
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 RefUnwindSafe for ListAuthorizersInput
impl Send for ListAuthorizersInput
impl Sync for ListAuthorizersInput
impl Unpin for ListAuthorizersInput
impl UnwindSafe for ListAuthorizersInput
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