Struct rusoto_kafka::UntagResourceRequest[][src]

pub struct UntagResourceRequest {
    pub resource_arn: String,
    pub tag_keys: Vec<String>,
}

Fields

resource_arn: String
        <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
tag_keys: Vec<String>
        <p>Tag keys must be unique for a given cluster. In addition, the following restrictions apply:</p>
<ul>
<li>
<p>Each tag key must be unique. If you add a tag with a key that's already in
use, your new tag overwrites the existing key-value pair. </p>
</li>
<li>
<p>You can't start a tag key with aws: because this prefix is reserved for use
by  AWS.  AWS creates tags that begin with this prefix on your behalf, but
you can't edit or delete them.</p>
</li>
<li>
<p>Tag keys must be between 1 and 128 Unicode characters in length.</p>
</li>
<li>
<p>Tag keys must consist of the following characters: Unicode letters, digits,
white space, and the following special characters: _ . / = + -
@.</p>
</li>
</ul>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.