Struct rusoto_storagegateway::DescribeSnapshotScheduleOutput [] [src]

pub struct DescribeSnapshotScheduleOutput {
    pub description: Option<Description>,
    pub recurrence_in_hours: Option<RecurrenceInHours>,
    pub start_at: Option<HourOfDay>,
    pub timezone: Option<GatewayTimezone>,
    pub volume_arn: Option<VolumeARN>,
}

Fields

Trait Implementations

impl Default for DescribeSnapshotScheduleOutput
[src]

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

impl Debug for DescribeSnapshotScheduleOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeSnapshotScheduleOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more