pub struct AwsCloudwatchLogGroup {
pub region: String,
pub existing_cloudwatch_log_group_key_or_name: Option<String>,
/* private fields */
}Expand description
Represents a CloudWatch log group.
Fields§
§region: String§existing_cloudwatch_log_group_key_or_name: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AwsCloudwatchLogGroup
impl RefUnwindSafe for AwsCloudwatchLogGroup
impl Send for AwsCloudwatchLogGroup
impl Sync for AwsCloudwatchLogGroup
impl Unpin for AwsCloudwatchLogGroup
impl UnwindSafe for AwsCloudwatchLogGroup
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> ToSinkBuild for T
impl<T> ToSinkBuild for T
§fn iter_to_sink_build(self) -> SendIterBuild<Self>
fn iter_to_sink_build(self) -> SendIterBuild<Self>
§fn stream_to_sink_build(self) -> SendStreamBuild<Self>where
Self: Sized + Stream,
fn stream_to_sink_build(self) -> SendStreamBuild<Self>where
Self: Sized + Stream,
Starts a [
SinkBuild] adaptor chain to send all items from self as a [Stream].