Struct aws_sdk_transfer::input::DeleteSshPublicKeyInput [−][src]
#[non_exhaustive]pub struct DeleteSshPublicKeyInput {
pub server_id: Option<String>,
pub ssh_public_key_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 file transfer protocol-enabled server instance that has the user assigned to it.
ssh_public_key_id: Option<String>A unique identifier used to reference your user's specific SSH key.
user_name: Option<String>A unique string that identifies a user whose public key is being deleted.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSshPublicKey, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSshPublicKey, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteSshPublicKey>
Creates a new builder-style object to manufacture DeleteSshPublicKeyInput
A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
A unique identifier used to reference your user's specific SSH key.
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 DeleteSshPublicKeyInput
impl Send for DeleteSshPublicKeyInput
impl Sync for DeleteSshPublicKeyInput
impl Unpin for DeleteSshPublicKeyInput
impl UnwindSafe for DeleteSshPublicKeyInput
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
