Struct aws_sdk_lexmodelsv2::model::TextLogSetting
source · [−]#[non_exhaustive]pub struct TextLogSetting {
pub enabled: bool,
pub destination: Option<TextLogDestination>,
}Expand description
Defines settings to enable text conversation logs.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.enabled: boolDetermines whether conversation logs should be stored for an alias.
destination: Option<TextLogDestination>Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
Implementations
Determines whether conversation logs should be stored for an alias.
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
Creates a new builder-style object to manufacture TextLogSetting
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TextLogSetting
impl Send for TextLogSetting
impl Sync for TextLogSetting
impl Unpin for TextLogSetting
impl UnwindSafe for TextLogSetting
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more