Struct aws_sdk_grafana::input::TagResourceInput
source · [−]#[non_exhaustive]pub struct TagResourceInput { /* private fields */ }
Implementations
sourceimpl TagResourceInput
impl TagResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TagResource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagResourceInput
.
sourceimpl TagResourceInput
impl TagResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the resource the tag is associated with.
The list of tag keys and values to associate with the resource. You can associate tag keys only, tags (key and values) only or a combination of tag keys and tags.
Trait Implementations
sourceimpl Clone for TagResourceInput
impl Clone for TagResourceInput
sourcefn clone(&self) -> TagResourceInput
fn clone(&self) -> TagResourceInput
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 TagResourceInput
impl Debug for TagResourceInput
sourceimpl PartialEq<TagResourceInput> for TagResourceInput
impl PartialEq<TagResourceInput> for TagResourceInput
sourcefn eq(&self, other: &TagResourceInput) -> bool
fn eq(&self, other: &TagResourceInput) -> bool
impl StructuralPartialEq for TagResourceInput
Auto Trait Implementations
impl RefUnwindSafe for TagResourceInput
impl Send for TagResourceInput
impl Sync for TagResourceInput
impl Unpin for TagResourceInput
impl UnwindSafe for TagResourceInput
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