Struct aws_sdk_workspaces::model::ConnectionAliasAssociation [−][src]
#[non_exhaustive]pub struct ConnectionAliasAssociation {
pub association_status: Option<AssociationStatus>,
pub associated_account_id: Option<String>,
pub resource_id: Option<String>,
pub connection_identifier: Option<String>,
}
Expand description
Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.association_status: Option<AssociationStatus>
The association status of the connection alias.
associated_account_id: Option<String>
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
resource_id: Option<String>
The identifier of the directory associated with a 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.
Implementations
The association status of the connection alias.
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
The identifier of the directory associated with a connection alias.
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.
Creates a new builder-style object to manufacture ConnectionAliasAssociation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConnectionAliasAssociation
impl Send for ConnectionAliasAssociation
impl Sync for ConnectionAliasAssociation
impl Unpin for ConnectionAliasAssociation
impl UnwindSafe for ConnectionAliasAssociation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more