pub struct ReplicationStatusType {
pub kms_key_id: Option<String>,
pub last_accessed_date: Option<DateTime<Utc>>,
pub region: Option<String>,
pub status: Option<StatusType>,
pub status_message: Option<String>,
}Expand description
Secrets Manager ReplicationStatusType.
Fields§
§kms_key_id: Option<String>§last_accessed_date: Option<DateTime<Utc>>§region: Option<String>§status: Option<StatusType>§status_message: Option<String>Trait Implementations§
Source§impl Clone for ReplicationStatusType
impl Clone for ReplicationStatusType
Source§fn clone(&self) -> ReplicationStatusType
fn clone(&self) -> ReplicationStatusType
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 Debug for ReplicationStatusType
impl Debug for ReplicationStatusType
Source§impl Default for ReplicationStatusType
impl Default for ReplicationStatusType
Source§fn default() -> ReplicationStatusType
fn default() -> ReplicationStatusType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplicationStatusType
impl<'de> Deserialize<'de> for ReplicationStatusType
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 Freeze for ReplicationStatusType
impl RefUnwindSafe for ReplicationStatusType
impl Send for ReplicationStatusType
impl Sync for ReplicationStatusType
impl Unpin for ReplicationStatusType
impl UnsafeUnpin for ReplicationStatusType
impl UnwindSafe for ReplicationStatusType
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