Struct aws_sdk_workspaces::input::CreateConnectionAliasInput [−][src]
#[non_exhaustive]pub struct CreateConnectionAliasInput {
pub connection_string: Option<String>,
pub tags: Option<Vec<Tag>>,
}
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>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnectionAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnectionAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateConnectionAlias
>
Creates a new builder-style object to manufacture CreateConnectionAliasInput
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
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 CreateConnectionAliasInput
impl Send for CreateConnectionAliasInput
impl Sync for CreateConnectionAliasInput
impl Unpin for CreateConnectionAliasInput
impl UnwindSafe for CreateConnectionAliasInput
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