Struct aws_sdk_transfer::input::ListAccessesInput [−][src]
#[non_exhaustive]pub struct ListAccessesInput {
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 maximum number of access SIDs to return.
next_token: Option<String>When you can get additional results from the ListAccesses 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 accesses.
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<ListAccesses, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccesses, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListAccesses>
Creates a new builder-style object to manufacture ListAccessesInput
Specifies the maximum number of access SIDs to return.
When you can get additional results from the ListAccesses 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 accesses.
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 ListAccessesInput
impl Send for ListAccessesInput
impl Sync for ListAccessesInput
impl Unpin for ListAccessesInput
impl UnwindSafe for ListAccessesInput
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
