#[non_exhaustive]pub struct CreateConnectionAliasInput { /* private fields */ }
Implementations§
source§impl CreateConnectionAliasInput
impl CreateConnectionAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnectionAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnectionAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConnectionAlias
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectionAliasInput
.
source§impl CreateConnectionAliasInput
impl CreateConnectionAliasInput
sourcepub fn connection_string(&self) -> Option<&str>
pub fn connection_string(&self) -> Option<&str>
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
The tags to associate with the connection alias.
Trait Implementations§
source§impl Clone for CreateConnectionAliasInput
impl Clone for CreateConnectionAliasInput
source§fn clone(&self) -> CreateConnectionAliasInput
fn clone(&self) -> CreateConnectionAliasInput
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 Debug for CreateConnectionAliasInput
impl Debug for CreateConnectionAliasInput
source§impl PartialEq<CreateConnectionAliasInput> for CreateConnectionAliasInput
impl PartialEq<CreateConnectionAliasInput> for CreateConnectionAliasInput
source§fn eq(&self, other: &CreateConnectionAliasInput) -> bool
fn eq(&self, other: &CreateConnectionAliasInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.