Struct rusoto_kms::TagResourceRequest
source · [−]Fields
key_id: String
Identifies a customer managed CMK in the account and Region.
Specify the key ID or key ARN of the CMK.
For example:
-
Key ID:
1234abcd-12ab-34cd-56ef-1234567890ab
-
Key ARN:
arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
One or more tags.
Each tag consists of a tag key and a tag value. The tag value can be an empty (null) string.
You cannot have more than one tag on a CMK with the same tag key. If you specify an existing tag key with a different tag value, AWS KMS replaces the current tag value with the specified one.
Trait Implementations
sourceimpl Clone for TagResourceRequest
impl Clone for TagResourceRequest
sourcefn clone(&self) -> TagResourceRequest
fn clone(&self) -> TagResourceRequest
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 more
sourceimpl Debug for TagResourceRequest
impl Debug for TagResourceRequest
sourceimpl Default for TagResourceRequest
impl Default for TagResourceRequest
sourcefn default() -> TagResourceRequest
fn default() -> TagResourceRequest
Returns the “default value” for a type. Read more
sourceimpl PartialEq<TagResourceRequest> for TagResourceRequest
impl PartialEq<TagResourceRequest> for TagResourceRequest
sourcefn eq(&self, other: &TagResourceRequest) -> bool
fn eq(&self, other: &TagResourceRequest) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TagResourceRequest) -> bool
fn ne(&self, other: &TagResourceRequest) -> bool
This method tests for !=
.
sourceimpl Serialize for TagResourceRequest
impl Serialize for TagResourceRequest
impl StructuralPartialEq for TagResourceRequest
Auto Trait Implementations
impl RefUnwindSafe for TagResourceRequest
impl Send for TagResourceRequest
impl Sync for TagResourceRequest
impl Unpin for TagResourceRequest
impl UnwindSafe for TagResourceRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more