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