Struct aws_sdk_redshift::input::CreateHsmClientCertificateInput [−][src]
#[non_exhaustive]pub struct CreateHsmClientCertificateInput {
pub hsm_client_certificate_identifier: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
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.hsm_client_certificate_identifier: Option<String>
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
A list of tag instances.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHsmClientCertificate, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHsmClientCertificate, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateHsmClientCertificate
>
Creates a new builder-style object to manufacture CreateHsmClientCertificateInput
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
A list of tag instances.
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 CreateHsmClientCertificateInput
impl Sync for CreateHsmClientCertificateInput
impl Unpin for CreateHsmClientCertificateInput
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