pub struct LogDestination {
pub cloud_watch_logs_log_group: Option<CloudWatchLogsLogGroup>,
}
Expand description
Fields§
§cloud_watch_logs_log_group: Option<CloudWatchLogsLogGroup>
An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.
Trait Implementations§
Source§impl Clone for LogDestination
impl Clone for LogDestination
Source§fn clone(&self) -> LogDestination
fn clone(&self) -> LogDestination
Returns a copy 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 LogDestination
impl Debug for LogDestination
Source§impl Default for LogDestination
impl Default for LogDestination
Source§fn default() -> LogDestination
fn default() -> LogDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogDestination
impl<'de> Deserialize<'de> for LogDestination
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
Source§impl PartialEq for LogDestination
impl PartialEq for LogDestination
Source§impl Serialize for LogDestination
impl Serialize for LogDestination
impl StructuralPartialEq for LogDestination
Auto Trait Implementations§
impl Freeze for LogDestination
impl RefUnwindSafe for LogDestination
impl Send for LogDestination
impl Sync for LogDestination
impl Unpin for LogDestination
impl UnwindSafe for LogDestination
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