[][src]Struct rusoto_workspaces::ConnectionAliasAssociation

pub struct ConnectionAliasAssociation {
    pub associated_account_id: Option<String>,
    pub association_status: Option<String>,
    pub connection_identifier: Option<String>,
    pub resource_id: Option<String>,
}

Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

Fields

associated_account_id: Option<String>

The identifier of the AWS account that associated the connection alias with a directory.

association_status: Option<String>

The association status of the connection alias.

connection_identifier: Option<String>

The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

resource_id: Option<String>

The identifier of the directory associated with a connection alias.

Trait Implementations

impl Clone for ConnectionAliasAssociation[src]

impl Debug for ConnectionAliasAssociation[src]

impl Default for ConnectionAliasAssociation[src]

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

impl PartialEq<ConnectionAliasAssociation> for ConnectionAliasAssociation[src]

impl StructuralPartialEq for ConnectionAliasAssociation[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.