Struct aws_sdk_directconnect::input::DisassociateMacSecKeyInput [−][src]
#[non_exhaustive]pub struct DisassociateMacSecKeyInput {
pub connection_id: Option<String>,
pub secret_arn: 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 (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
secret_arn: Option<String>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateMacSecKey, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateMacSecKey, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DisassociateMacSecKey>
Creates a new builder-style object to manufacture DisassociateMacSecKeyInput
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
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 DisassociateMacSecKeyInput
impl Send for DisassociateMacSecKeyInput
impl Sync for DisassociateMacSecKeyInput
impl Unpin for DisassociateMacSecKeyInput
impl UnwindSafe for DisassociateMacSecKeyInput
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
