Method: Aws::Drs::Client#untag_resource
- Defined in:
- lib/aws-sdk-drs/client.rb
#untag_resource(params = {}) ⇒ Struct
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
3041 3042 3043 3044 |
# File 'lib/aws-sdk-drs/client.rb', line 3041 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |