UpdateTagsForDomainRequest

public struct UpdateTagsForDomainRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The domain for which you want to add or update tags.

    Declaration

    Swift

    public let domainName: String
  • A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

    Declaration

    Swift

    public let tagsToUpdate: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, tagsToUpdate: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws