DeleteTagsForDomainRequest

public struct DeleteTagsForDomainRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The domain for which you want to delete one or more tags.

    Declaration

    Swift

    public let domainName: String
  • A list of tag keys to delete.

    Declaration

    Swift

    public let tagsToDelete: [String]
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, tagsToDelete: [String])
  • Declaration

    Swift

    public func validate(name: String) throws