Struct aws_sdk_ec2::input::ImportClientVpnClientCertificateRevocationListInput [−][src]
#[non_exhaustive]pub struct ImportClientVpnClientCertificateRevocationListInput {
pub client_vpn_endpoint_id: Option<String>,
pub certificate_revocation_list: Option<String>,
pub dry_run: Option<bool>,
}
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.client_vpn_endpoint_id: Option<String>
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
certificate_revocation_list: Option<String>
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
dry_run: Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportClientVpnClientCertificateRevocationList, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportClientVpnClientCertificateRevocationList, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ImportClientVpnClientCertificateRevocationList
>
Creates a new builder-style object to manufacture ImportClientVpnClientCertificateRevocationListInput
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
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