pub struct PutSecretValueResponse {
pub arn: Option<String>,
pub name: Option<String>,
pub version_id: Option<String>,
pub version_stages: Vec<String>,
}Expand description
Secrets Manager PutSecretValueResponse.
Fields§
§arn: Option<String>§name: Option<String>§version_id: Option<String>§version_stages: Vec<String>Trait Implementations§
Source§impl Clone for PutSecretValueResponse
impl Clone for PutSecretValueResponse
Source§fn clone(&self) -> PutSecretValueResponse
fn clone(&self) -> PutSecretValueResponse
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 PutSecretValueResponse
impl Debug for PutSecretValueResponse
Source§impl Default for PutSecretValueResponse
impl Default for PutSecretValueResponse
Source§fn default() -> PutSecretValueResponse
fn default() -> PutSecretValueResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutSecretValueResponse
impl<'de> Deserialize<'de> for PutSecretValueResponse
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 PutSecretValueResponse
impl RefUnwindSafe for PutSecretValueResponse
impl Send for PutSecretValueResponse
impl Sync for PutSecretValueResponse
impl Unpin for PutSecretValueResponse
impl UnsafeUnpin for PutSecretValueResponse
impl UnwindSafe for PutSecretValueResponse
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