Struct aws_sdk_secretsmanager::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 secret_id(&self) -> Option<&str>
pub fn secret_id(&self) -> Option<&str>
The identifier for the secret to attach tags to. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
The tags to attach to the secret as a JSON text string argument. Each element in the list consists of a Key
and a Value
.
For storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.
Trait Implementations
sourceimpl Clone for TagResourceInput
impl Clone for TagResourceInput
sourcefn clone(&self) -> TagResourceInput
fn clone(&self) -> TagResourceInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more