Struct aws_sdk_codegurureviewer::input::TagResourceInput
source · #[non_exhaustive]pub struct TagResourceInput { /* private fields */ }Implementations§
source§impl 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.
source§impl TagResourceInput
impl TagResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case sensitive.
Trait Implementations§
source§impl Clone for TagResourceInput
impl Clone for TagResourceInput
source§fn clone(&self) -> TagResourceInput
fn clone(&self) -> TagResourceInput
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 TagResourceInput
impl Debug for TagResourceInput
source§impl PartialEq<TagResourceInput> for TagResourceInput
impl PartialEq<TagResourceInput> for TagResourceInput
source§fn eq(&self, other: &TagResourceInput) -> bool
fn eq(&self, other: &TagResourceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.