Struct aws_sdk_transfer::input::ListServersInput [−][src]
#[non_exhaustive]pub struct ListServersInput {
pub max_results: Option<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.max_results: Option<i32>Specifies the number of servers to return as a response to the ListServers query.
next_token: Option<String>When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListServers>
Creates a new builder-style object to manufacture ListServersInput
Specifies the number of servers to return as a response to the ListServers query.
When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.
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 ListServersInput
impl Send for ListServersInput
impl Sync for ListServersInput
impl Unpin for ListServersInput
impl UnwindSafe for ListServersInput
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
