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