pub struct RemoveSSHIdentityKeyPair {
pub target: Option<String>,
pub title: Option<String>,
}
Expand description
This action removes the SSH identity key-pair used with this aggregation source.
Fields§
§target: Option<String>
Link to invoke action
title: Option<String>
Friendly action name
Trait Implementations§
source§impl Clone for RemoveSSHIdentityKeyPair
impl Clone for RemoveSSHIdentityKeyPair
source§fn clone(&self) -> RemoveSSHIdentityKeyPair
fn clone(&self) -> RemoveSSHIdentityKeyPair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RemoveSSHIdentityKeyPair
impl Debug for RemoveSSHIdentityKeyPair
source§impl Default for RemoveSSHIdentityKeyPair
impl Default for RemoveSSHIdentityKeyPair
source§fn default() -> RemoveSSHIdentityKeyPair
fn default() -> RemoveSSHIdentityKeyPair
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RemoveSSHIdentityKeyPair
impl<'de> Deserialize<'de> for RemoveSSHIdentityKeyPair
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more