Struct aws_sdk_workspaces::operation::associate_connection_alias::AssociateConnectionAliasOutput
source · #[non_exhaustive]pub struct AssociateConnectionAliasOutput { /* private fields */ }Implementations§
source§impl AssociateConnectionAliasOutput
impl AssociateConnectionAliasOutput
sourcepub fn connection_identifier(&self) -> Option<&str>
pub fn connection_identifier(&self) -> Option<&str>
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.
source§impl AssociateConnectionAliasOutput
impl AssociateConnectionAliasOutput
sourcepub fn builder() -> AssociateConnectionAliasOutputBuilder
pub fn builder() -> AssociateConnectionAliasOutputBuilder
Creates a new builder-style object to manufacture AssociateConnectionAliasOutput.
Trait Implementations§
source§impl Clone for AssociateConnectionAliasOutput
impl Clone for AssociateConnectionAliasOutput
source§fn clone(&self) -> AssociateConnectionAliasOutput
fn clone(&self) -> AssociateConnectionAliasOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<AssociateConnectionAliasOutput> for AssociateConnectionAliasOutput
impl PartialEq<AssociateConnectionAliasOutput> for AssociateConnectionAliasOutput
source§fn eq(&self, other: &AssociateConnectionAliasOutput) -> bool
fn eq(&self, other: &AssociateConnectionAliasOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AssociateConnectionAliasOutput
impl RequestId for AssociateConnectionAliasOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.