Method: Aws::Drs::Client#tag_resource
- Defined in:
- lib/aws-sdk-drs/client.rb
#tag_resource(params = {}) ⇒ Struct
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
2951 2952 2953 2954 |
# File 'lib/aws-sdk-drs/client.rb', line 2951 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |