Struct aws_sdk_ec2::model::ClientConnectResponseOptions [−][src]
#[non_exhaustive]pub struct ClientConnectResponseOptions {
pub enabled: Option<bool>,
pub lambda_function_arn: Option<String>,
pub status: Option<ClientVpnEndpointAttributeStatus>,
}
Expand description
The options for managing connection authorization for new client connections.
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.enabled: Option<bool>
Indicates whether client connect options are enabled.
lambda_function_arn: Option<String>
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
status: Option<ClientVpnEndpointAttributeStatus>
The status of any updates to the client connect options.
Implementations
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
The status of any updates to the client connect options.
Creates a new builder-style object to manufacture ClientConnectResponseOptions
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 Send for ClientConnectResponseOptions
impl Sync for ClientConnectResponseOptions
impl Unpin for ClientConnectResponseOptions
impl UnwindSafe for ClientConnectResponseOptions
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