Struct aws_sdk_directconnect::input::UpdateConnectionInput [−][src]
#[non_exhaustive]pub struct UpdateConnectionInput {
pub connection_id: Option<String>,
pub connection_name: Option<String>,
pub encryption_mode: Option<String>,
}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_id: Option<String>The ID of the dedicated connection.
You can use DescribeConnections to retrieve the connection ID.
connection_name: Option<String>The name of the connection.
encryption_mode: Option<String>The connection MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and must_encrypt.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateConnection>
Creates a new builder-style object to manufacture UpdateConnectionInput
The ID of the dedicated connection.
You can use DescribeConnections to retrieve the connection ID.
The name of the connection.
The connection MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and must_encrypt.
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 UpdateConnectionInput
impl Send for UpdateConnectionInput
impl Sync for UpdateConnectionInput
impl Unpin for UpdateConnectionInput
impl UnwindSafe for UpdateConnectionInput
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
