Struct aws_sdk_iot::input::RejectCertificateTransferInput [−][src]
#[non_exhaustive]pub struct RejectCertificateTransferInput {
pub certificate_id: Option<String>,
pub reject_reason: Option<String>,
}
Expand description
The input for the RejectCertificateTransfer operation.
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.certificate_id: Option<String>
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
reject_reason: Option<String>
The reason the certificate transfer was rejected.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectCertificateTransfer, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectCertificateTransfer, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RejectCertificateTransfer
>
Creates a new builder-style object to manufacture RejectCertificateTransferInput
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
The reason the certificate transfer was rejected.
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 RejectCertificateTransferInput
impl Sync for RejectCertificateTransferInput
impl Unpin for RejectCertificateTransferInput
impl UnwindSafe for RejectCertificateTransferInput
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