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