Struct aws_sdk_lexmodelsv2::model::TextLogDestination
source · #[non_exhaustive]pub struct TextLogDestination { /* private fields */ }Expand description
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
Implementations§
source§impl TextLogDestination
impl TextLogDestination
sourcepub fn cloud_watch(&self) -> Option<&CloudWatchLogGroupLogDestination>
pub fn cloud_watch(&self) -> Option<&CloudWatchLogGroupLogDestination>
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
source§impl TextLogDestination
impl TextLogDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TextLogDestination.
Trait Implementations§
source§impl Clone for TextLogDestination
impl Clone for TextLogDestination
source§fn clone(&self) -> TextLogDestination
fn clone(&self) -> TextLogDestination
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 TextLogDestination
impl Debug for TextLogDestination
source§impl PartialEq<TextLogDestination> for TextLogDestination
impl PartialEq<TextLogDestination> for TextLogDestination
source§fn eq(&self, other: &TextLogDestination) -> bool
fn eq(&self, other: &TextLogDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.