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