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