UntagResourcesResponse Class
(QtAws::ResourceGroupsTaggingAPI::UntagResourcesResponse)The UntagResourcesResponse class provides an interace for ResourceGroupsTaggingAPI UntagResources responses. More...
| Header: | #include <UntagResourcesResponse> |
| Inherits: | QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIResponse |
Public Functions
| UntagResourcesResponse(const UntagResourcesRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const UntagResourcesRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The UntagResourcesResponse class provides an interace for ResourceGroupsTaggingAPI UntagResources responses.
<fullname>Resource Groups Tagging API</fullname>
This guide describes the API operations for the resource groups
tagging>
A tag is a label that you assign to an AWS resource. A tag consists of a key and a value, both of which you define. For example, if you have two Amazon EC2 instances, you might assign both a tag key of "Stack." But the value of "Stack" might be "Testing" for one and "Production" for the
other>
Tagging can help you organize your resources and enables you to simplify resource management, access management and cost allocation. For more information about tagging, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html">Working with Tag Editor</a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/resource-groups.html">Working with Resource Groups</a>. For more information about permissions you need to use the resource groups tagging APIs, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-resource-groups.html">Obtaining Permissions for Resource Groups </a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging
</a>>
You can use the resource groups tagging APIs to complete the following
tasks> <ul> <li>
Tag and untag supported resources located in the specified region for the AWS
accoun> </li> <li>
Use tag-based filters to search for resources located in the specified region for the AWS
accoun> </li> <li>
List all existing tag keys in the specified region for the AWS
accoun> </li> <li>
List all existing values for the specified key in the specified region for the AWS
accoun> </li> </ul>
Not all resources can have tags. For a lists of resources that you can tag, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/supported-resources.html">Supported Resources</a> in the <i>AWS Resource Groups and Tag Editor User
Guide</i>>
To make full use of the resource groups tagging APIs, you might need additional IAM permissions, including permission to access the resources of individual services as well as permission to view and apply tags to those resources. For more information, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging</a> in the <i>AWS Resource Groups and Tag Editor User
See also ResourceGroupsTaggingAPIClient::untagResources.
Member Function Documentation
UntagResourcesResponse::UntagResourcesResponse(const UntagResourcesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a UntagResourcesResponse object for reply to request, with parent parent.
[override virtual protected slot] void UntagResourcesResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful ResourceGroupsTaggingAPI UntagResources response.
[override virtual] const UntagResourcesRequest *UntagResourcesResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.