Struct aws_sdk_workspaces::model::ConnectionAlias [−][src]
#[non_exhaustive]pub struct ConnectionAlias {
pub connection_string: Option<String>,
pub alias_id: Option<String>,
pub state: Option<ConnectionAliasState>,
pub owner_account_id: Option<String>,
pub associations: Option<Vec<ConnectionAliasAssociation>>,
}
Expand description
Describes a connection alias. Connection aliases are 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.connection_string: Option<String>
The connection string specified for the connection alias. The connection string must be in the form of
a fully qualified domain name (FQDN), such as www.example.com
.
alias_id: Option<String>
The identifier of the connection alias.
state: Option<ConnectionAliasState>
The current state of the connection alias.
owner_account_id: Option<String>
The identifier of the Amazon Web Services account that owns the connection alias.
associations: Option<Vec<ConnectionAliasAssociation>>
The association status of the connection alias.
Implementations
The connection string specified for the connection alias. The connection string must be in the form of
a fully qualified domain name (FQDN), such as www.example.com
.
The current state of the connection alias.
The identifier of the Amazon Web Services account that owns the connection alias.
The association status of the connection alias.
Creates a new builder-style object to manufacture ConnectionAlias
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 ConnectionAlias
impl Send for ConnectionAlias
impl Sync for ConnectionAlias
impl Unpin for ConnectionAlias
impl UnwindSafe for ConnectionAlias
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