Struct aws_sdk_transfer::input::DescribeUserInput [−][src]
#[non_exhaustive]pub struct DescribeUserInput {
pub server_id: Option<String>,
pub user_name: 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.server_id: Option<String>A system-assigned unique identifier for a server that has this user assigned.
user_name: Option<String>The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Amazon Web Services Transfer Family service and perform file transfer tasks.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUser, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUser, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeUser>
Creates a new builder-style object to manufacture DescribeUserInput
A system-assigned unique identifier for a server that has this user assigned.
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 DescribeUserInput
impl Send for DescribeUserInput
impl Sync for DescribeUserInput
impl Unpin for DescribeUserInput
impl UnwindSafe for DescribeUserInput
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
