pub struct PutDestinationInput {
pub destination_name: String,
pub role_arn: String,
pub tags: HashMap<String, String>,
pub target_arn: String,
}Expand description
CloudWatch Logs PutDestinationInput.
Fields§
§destination_name: String§role_arn: String§target_arn: StringTrait Implementations§
Source§impl Clone for PutDestinationInput
impl Clone for PutDestinationInput
Source§fn clone(&self) -> PutDestinationInput
fn clone(&self) -> PutDestinationInput
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 PutDestinationInput
impl Debug for PutDestinationInput
Source§impl Default for PutDestinationInput
impl Default for PutDestinationInput
Source§fn default() -> PutDestinationInput
fn default() -> PutDestinationInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutDestinationInput
impl<'de> Deserialize<'de> for PutDestinationInput
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 PutDestinationInput
impl RefUnwindSafe for PutDestinationInput
impl Send for PutDestinationInput
impl Sync for PutDestinationInput
impl Unpin for PutDestinationInput
impl UnsafeUnpin for PutDestinationInput
impl UnwindSafe for PutDestinationInput
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