Struct aws_sdk_transfer::input::ListUsersInput [−][src]
#[non_exhaustive]pub struct ListUsersInput {
pub max_results: Option<i32>,
pub next_token: Option<String>,
pub server_id: 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.max_results: Option<i32>Specifies the number of users to return as a response to the ListUsers request.
next_token: Option<String>When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.
server_id: Option<String>A system-assigned unique identifier for a server that has users assigned to it.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListUsers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListUsers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListUsers>
Creates a new builder-style object to manufacture ListUsersInput
Specifies the number of users to return as a response to the ListUsers request.
When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.
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 ListUsersInput
impl Send for ListUsersInput
impl Sync for ListUsersInput
impl Unpin for ListUsersInput
impl UnwindSafe for ListUsersInput
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
