Struct rusoto_rds::Timezone [] [src]

pub struct Timezone {
    pub timezone_name: Option<String>,
}

A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.

Fields

The name of the time zone.

Trait Implementations

impl Default for Timezone
[src]

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

impl Debug for Timezone
[src]

Formats the value using the given formatter.

impl Clone for Timezone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more