Struct aws_sdk_lexmodelsv2::model::DateRangeFilter
source · [−]#[non_exhaustive]pub struct DateRangeFilter {
pub start_date_time: Option<DateTime>,
pub end_date_time: Option<DateTime>,
}Expand description
The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.
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.start_date_time: Option<DateTime>A timestamp indicating the start date for the date range filter.
end_date_time: Option<DateTime>A timestamp indicating the end date for the date range filter.
Implementations
A timestamp indicating the start date for the date range filter.
A timestamp indicating the end date for the date range filter.
Creates a new builder-style object to manufacture DateRangeFilter
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 DateRangeFilter
impl Send for DateRangeFilter
impl Sync for DateRangeFilter
impl Unpin for DateRangeFilter
impl UnwindSafe for DateRangeFilter
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