pub struct DatabaseConnectionPostgresPortValueFromSsm {
pub access_key_id: Option<DatabaseConnectionPostgresPortValueFromSsmAccessKeyId>,
pub name: String,
pub region: Option<String>,
pub secret_access_key: Option<DatabaseConnectionPostgresPortValueFromSsmSecretAccessKey>,
pub with_decryption: Option<bool>,
}Fields§
§access_key_id: Option<DatabaseConnectionPostgresPortValueFromSsmAccessKeyId>§name: String§region: Option<String>§secret_access_key: Option<DatabaseConnectionPostgresPortValueFromSsmSecretAccessKey>§with_decryption: Option<bool>Trait Implementations§
Source§impl Clone for DatabaseConnectionPostgresPortValueFromSsm
impl Clone for DatabaseConnectionPostgresPortValueFromSsm
Source§fn clone(&self) -> DatabaseConnectionPostgresPortValueFromSsm
fn clone(&self) -> DatabaseConnectionPostgresPortValueFromSsm
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 DatabaseConnectionPostgresPortValueFromSsm
impl Default for DatabaseConnectionPostgresPortValueFromSsm
Source§fn default() -> DatabaseConnectionPostgresPortValueFromSsm
fn default() -> DatabaseConnectionPostgresPortValueFromSsm
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseConnectionPostgresPortValueFromSsm
impl<'de> Deserialize<'de> for DatabaseConnectionPostgresPortValueFromSsm
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 DatabaseConnectionPostgresPortValueFromSsm
impl PartialEq for DatabaseConnectionPostgresPortValueFromSsm
Source§fn eq(&self, other: &DatabaseConnectionPostgresPortValueFromSsm) -> bool
fn eq(&self, other: &DatabaseConnectionPostgresPortValueFromSsm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatabaseConnectionPostgresPortValueFromSsm
Auto Trait Implementations§
impl Freeze for DatabaseConnectionPostgresPortValueFromSsm
impl RefUnwindSafe for DatabaseConnectionPostgresPortValueFromSsm
impl Send for DatabaseConnectionPostgresPortValueFromSsm
impl Sync for DatabaseConnectionPostgresPortValueFromSsm
impl Unpin for DatabaseConnectionPostgresPortValueFromSsm
impl UnwindSafe for DatabaseConnectionPostgresPortValueFromSsm
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