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