Struct aws_sdk_iot::input::DeleteRegistrationCodeInput [−][src]
#[non_exhaustive]pub struct DeleteRegistrationCodeInput {}
Expand description
The input for the DeleteRegistrationCode operation.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistrationCode, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistrationCode, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteRegistrationCode
>
Creates a new builder-style object to manufacture DeleteRegistrationCodeInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeleteRegistrationCodeInput
impl Send for DeleteRegistrationCodeInput
impl Sync for DeleteRegistrationCodeInput
impl Unpin for DeleteRegistrationCodeInput
impl UnwindSafe for DeleteRegistrationCodeInput
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