Struct aws_sdk_ec2::model::TerminateConnectionStatus [−][src]
#[non_exhaustive]pub struct TerminateConnectionStatus {
pub connection_id: Option<String>,
pub previous_status: Option<ClientVpnConnectionStatus>,
pub current_status: Option<ClientVpnConnectionStatus>,
}
Expand description
Information about a terminated Client VPN endpoint client connection.
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 client connection.
previous_status: Option<ClientVpnConnectionStatus>
The state of the client connection.
current_status: Option<ClientVpnConnectionStatus>
A message about the status of the client connection, if applicable.
Implementations
The ID of the client connection.
The state of the client connection.
A message about the status of the client connection, if applicable.
Creates a new builder-style object to manufacture TerminateConnectionStatus
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 TerminateConnectionStatus
impl Send for TerminateConnectionStatus
impl Sync for TerminateConnectionStatus
impl Unpin for TerminateConnectionStatus
impl UnwindSafe for TerminateConnectionStatus
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