DeleteTagsRequest

public struct DeleteTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of configuration items with tags that you want to delete.

    Declaration

    Swift

    public let configurationIds: [String]
  • 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”}

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(configurationIds: [String], tags: [Tag]? = nil)