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