[][src]Struct rusoto_ds::RegionDescription

pub struct RegionDescription {
    pub desired_number_of_domain_controllers: Option<i64>,
    pub directory_id: Option<String>,
    pub last_updated_date_time: Option<f64>,
    pub launch_time: Option<f64>,
    pub region_name: Option<String>,
    pub region_type: Option<String>,
    pub status: Option<String>,
    pub status_last_updated_date_time: Option<f64>,
    pub vpc_settings: Option<DirectoryVpcSettings>,
}

The replicated Region information for a directory.

Fields

desired_number_of_domain_controllers: Option<i64>

The desired number of domain controllers in the specified Region for the specified directory.

directory_id: Option<String>

The identifier of the directory.

last_updated_date_time: Option<f64>

The date and time that the Region description was last updated.

launch_time: Option<f64>

Specifies when the Region replication began.

region_name: Option<String>

The name of the Region. For example, us-east-1.

region_type: Option<String>

Specifies whether the Region is the primary Region or an additional Region.

status: Option<String>

The status of the replication process for the specified Region.

status_last_updated_date_time: Option<f64>

The date and time that the Region status was last updated.

vpc_settings: Option<DirectoryVpcSettings>

Trait Implementations

impl Clone for RegionDescription[src]

impl Debug for RegionDescription[src]

impl Default for RegionDescription[src]

impl<'de> Deserialize<'de> for RegionDescription[src]

impl PartialEq<RegionDescription> for RegionDescription[src]

impl StructuralPartialEq for RegionDescription[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.