Struct aws_sdk_codedeploy::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
.
source§impl UntagResourceInput
impl UntagResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys
input parameter.
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 ==
.