CreateTagsRequest
public struct CreateTagsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of configuration items that you want to tag.
Declaration
Swift
public let configurationIds: [String]
-
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”}
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(configurationIds: [String], tags: [Tag])