Struct rusoto_ec2::SlotStartTimeRangeRequest [] [src]

pub struct SlotStartTimeRangeRequest {
    pub earliest_time: Option<String>,
    pub latest_time: Option<String>,
}

Describes the time period for a Scheduled Instance to start its first schedule.

Fields

The earliest date and time, in UTC, for the Scheduled Instance to start.

The latest date and time, in UTC, for the Scheduled Instance to start.

Trait Implementations

impl Default for SlotStartTimeRangeRequest
[src]

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

impl Debug for SlotStartTimeRangeRequest
[src]

Formats the value using the given formatter.

impl Clone for SlotStartTimeRangeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more