pub struct UpdateTlsConfigParams {
pub tls_configuration_id: String,
pub tls_configuration: Option<TlsConfiguration>,
}Expand description
struct for passing parameters to the method update_tls_config
Fields§
§tls_configuration_id: StringAlphanumeric string identifying a TLS configuration.
tls_configuration: Option<TlsConfiguration>Trait Implementations§
source§impl Clone for UpdateTlsConfigParams
impl Clone for UpdateTlsConfigParams
source§fn clone(&self) -> UpdateTlsConfigParams
fn clone(&self) -> UpdateTlsConfigParams
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 UpdateTlsConfigParams
impl Debug for UpdateTlsConfigParams
source§impl Default for UpdateTlsConfigParams
impl Default for UpdateTlsConfigParams
source§fn default() -> UpdateTlsConfigParams
fn default() -> UpdateTlsConfigParams
Returns the “default value” for a type. Read more