pub struct AssociateKmsKeyInput {
pub kms_key_id: String,
pub log_group_name: Option<String>,
pub resource_identifier: Option<String>,
}Expand description
CloudWatch Logs AssociateKmsKeyInput.
Fields§
§kms_key_id: String§log_group_name: Option<String>§resource_identifier: Option<String>Trait Implementations§
Source§impl Clone for AssociateKmsKeyInput
impl Clone for AssociateKmsKeyInput
Source§fn clone(&self) -> AssociateKmsKeyInput
fn clone(&self) -> AssociateKmsKeyInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssociateKmsKeyInput
impl Debug for AssociateKmsKeyInput
Source§impl Default for AssociateKmsKeyInput
impl Default for AssociateKmsKeyInput
Source§fn default() -> AssociateKmsKeyInput
fn default() -> AssociateKmsKeyInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssociateKmsKeyInput
impl<'de> Deserialize<'de> for AssociateKmsKeyInput
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 AssociateKmsKeyInput
impl RefUnwindSafe for AssociateKmsKeyInput
impl Send for AssociateKmsKeyInput
impl Sync for AssociateKmsKeyInput
impl Unpin for AssociateKmsKeyInput
impl UnsafeUnpin for AssociateKmsKeyInput
impl UnwindSafe for AssociateKmsKeyInput
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