Struct aws_sdk_comprehend::input::UntagResourceInput
source · [−]#[non_exhaustive]pub struct UntagResourceInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl UntagResourceInput
impl UntagResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags.
sourcepub fn tag_keys(&self) -> Option<&[String]>
pub fn tag_keys(&self) -> Option<&[String]>
The initial part of a key-value pair that forms a tag being removed from a given resource. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department. Keys must be unique and cannot be duplicated for a particular resource.
Trait Implementations
sourceimpl Clone for UntagResourceInput
impl Clone for UntagResourceInput
sourcefn clone(&self) -> UntagResourceInput
fn clone(&self) -> UntagResourceInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UntagResourceInput
impl Debug for UntagResourceInput
sourceimpl PartialEq<UntagResourceInput> for UntagResourceInput
impl PartialEq<UntagResourceInput> for UntagResourceInput
sourcefn eq(&self, other: &UntagResourceInput) -> bool
fn eq(&self, other: &UntagResourceInput) -> bool
impl StructuralPartialEq for UntagResourceInput
Auto Trait Implementations
impl RefUnwindSafe for UntagResourceInput
impl Send for UntagResourceInput
impl Sync for UntagResourceInput
impl Unpin for UntagResourceInput
impl UnwindSafe for UntagResourceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more