pub struct ClusterBackupBarmanObjectStoreS3Credentials {
pub access_key_id: Option<ClusterBackupBarmanObjectStoreS3CredentialsAccessKeyId>,
pub inherit_from_iam_role: Option<bool>,
pub region: Option<ClusterBackupBarmanObjectStoreS3CredentialsRegion>,
pub secret_access_key: Option<ClusterBackupBarmanObjectStoreS3CredentialsSecretAccessKey>,
pub session_token: Option<ClusterBackupBarmanObjectStoreS3CredentialsSessionToken>,
}
Fields§
§access_key_id: Option<ClusterBackupBarmanObjectStoreS3CredentialsAccessKeyId>
§inherit_from_iam_role: Option<bool>
§region: Option<ClusterBackupBarmanObjectStoreS3CredentialsRegion>
§secret_access_key: Option<ClusterBackupBarmanObjectStoreS3CredentialsSecretAccessKey>
§session_token: Option<ClusterBackupBarmanObjectStoreS3CredentialsSessionToken>
Trait Implementations§
source§impl Clone for ClusterBackupBarmanObjectStoreS3Credentials
impl Clone for ClusterBackupBarmanObjectStoreS3Credentials
source§fn clone(&self) -> ClusterBackupBarmanObjectStoreS3Credentials
fn clone(&self) -> ClusterBackupBarmanObjectStoreS3Credentials
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 Default for ClusterBackupBarmanObjectStoreS3Credentials
impl Default for ClusterBackupBarmanObjectStoreS3Credentials
source§fn default() -> ClusterBackupBarmanObjectStoreS3Credentials
fn default() -> ClusterBackupBarmanObjectStoreS3Credentials
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterBackupBarmanObjectStoreS3Credentials
impl<'de> Deserialize<'de> for ClusterBackupBarmanObjectStoreS3Credentials
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
Auto Trait Implementations§
impl RefUnwindSafe for ClusterBackupBarmanObjectStoreS3Credentials
impl Send for ClusterBackupBarmanObjectStoreS3Credentials
impl Sync for ClusterBackupBarmanObjectStoreS3Credentials
impl Unpin for ClusterBackupBarmanObjectStoreS3Credentials
impl UnwindSafe for ClusterBackupBarmanObjectStoreS3Credentials
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