class Aws::Backup::Types::TagResourceInput
@note When making an API call, you may pass TagResourceInput
data as a hash: { resource_arn: "ARN", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource. @return [String]
@!attribute [rw] tags
Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/TagResourceInput AWS API Documentation
Constants
- SENSITIVE