Struct aws_sdk_athena::input::UntagResourceInput
source · #[non_exhaustive]pub struct UntagResourceInput { /* private fields */ }
Implementations§
source§impl UntagResourceInput
impl UntagResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UntagResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UntagResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UntagResource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UntagResourceInput
.
Trait Implementations§
source§impl Clone for UntagResourceInput
impl Clone for UntagResourceInput
source§fn clone(&self) -> UntagResourceInput
fn clone(&self) -> UntagResourceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UntagResourceInput
impl Debug for UntagResourceInput
source§impl PartialEq<UntagResourceInput> for UntagResourceInput
impl PartialEq<UntagResourceInput> for UntagResourceInput
source§fn eq(&self, other: &UntagResourceInput) -> bool
fn eq(&self, other: &UntagResourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.