Struct aws_sdk_batch::input::UntagResourceInput
source · #[non_exhaustive]pub struct UntagResourceInput { /* private fields */ }
Expand description
Contains the parameters for UntagResource
.
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) of the resource from which to delete tags. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs aren't supported.
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 ==
.