class Aws::ApplicationDiscoveryService::Types::DeleteTagsRequest
@note When making an API call, you may pass DeleteTagsRequest
data as a hash: { configuration_ids: ["ConfigurationId"], # required tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] configuration_ids
A list of configuration items with tags that you want to delete. @return [Array<String>]
@!attribute [rw] tags
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a *key*-*value* format. For example: `\{"key": "serverType", "value": "webServer"\}` @return [Array<Types::Tag>]
Constants
- SENSITIVE