Struct rusoto_inspector::TimestampRange [] [src]

pub struct TimestampRange {
    pub begin_date: Option<Timestamp>,
    pub end_date: Option<Timestamp>,
}

This data type is used in the AssessmentRunFilter data type.

Fields

The minimum value of the timestamp range.

The maximum value of the timestamp range.

Trait Implementations

impl Default for TimestampRange
[src]

Returns the "default value" for a type. Read more

impl Debug for TimestampRange
[src]

Formats the value using the given formatter.

impl Clone for TimestampRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more