Struct rusoto_storagegateway::DescribeMaintenanceStartTimeOutput [] [src]

pub struct DescribeMaintenanceStartTimeOutput {
    pub day_of_week: Option<DayOfWeek>,
    pub gateway_arn: Option<GatewayARN>,
    pub hour_of_day: Option<HourOfDay>,
    pub minute_of_hour: Option<MinuteOfHour>,
    pub timezone: Option<GatewayTimezone>,
}

Fields

An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.

The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.

Trait Implementations

impl Default for DescribeMaintenanceStartTimeOutput
[src]

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

impl Debug for DescribeMaintenanceStartTimeOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeMaintenanceStartTimeOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more