pub struct DatabaseConnectionPostgresUserValueFromSsm {
pub access_key_id: Option<DatabaseConnectionPostgresUserValueFromSsmAccessKeyId>,
pub name: String,
pub region: Option<String>,
pub secret_access_key: Option<DatabaseConnectionPostgresUserValueFromSsmSecretAccessKey>,
pub with_decryption: Option<bool>,
}Fields§
§access_key_id: Option<DatabaseConnectionPostgresUserValueFromSsmAccessKeyId>§name: String§region: Option<String>§secret_access_key: Option<DatabaseConnectionPostgresUserValueFromSsmSecretAccessKey>§with_decryption: Option<bool>Trait Implementations§
Source§impl Clone for DatabaseConnectionPostgresUserValueFromSsm
impl Clone for DatabaseConnectionPostgresUserValueFromSsm
Source§fn clone(&self) -> DatabaseConnectionPostgresUserValueFromSsm
fn clone(&self) -> DatabaseConnectionPostgresUserValueFromSsm
Returns a duplicate 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 Default for DatabaseConnectionPostgresUserValueFromSsm
impl Default for DatabaseConnectionPostgresUserValueFromSsm
Source§fn default() -> DatabaseConnectionPostgresUserValueFromSsm
fn default() -> DatabaseConnectionPostgresUserValueFromSsm
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseConnectionPostgresUserValueFromSsm
impl<'de> Deserialize<'de> for DatabaseConnectionPostgresUserValueFromSsm
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
Source§impl PartialEq for DatabaseConnectionPostgresUserValueFromSsm
impl PartialEq for DatabaseConnectionPostgresUserValueFromSsm
Source§fn eq(&self, other: &DatabaseConnectionPostgresUserValueFromSsm) -> bool
fn eq(&self, other: &DatabaseConnectionPostgresUserValueFromSsm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatabaseConnectionPostgresUserValueFromSsm
Auto Trait Implementations§
impl Freeze for DatabaseConnectionPostgresUserValueFromSsm
impl RefUnwindSafe for DatabaseConnectionPostgresUserValueFromSsm
impl Send for DatabaseConnectionPostgresUserValueFromSsm
impl Sync for DatabaseConnectionPostgresUserValueFromSsm
impl Unpin for DatabaseConnectionPostgresUserValueFromSsm
impl UnwindSafe for DatabaseConnectionPostgresUserValueFromSsm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more