RemoveTagsFromResourceRequest

public struct RemoveTagsFromResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifier (ID) of the directory from which to remove the tag.

    Declaration

    Swift

    public let resourceId: String
  • The tag key (name) of the tag to be removed.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(resourceId: String, tagKeys: [String])
  • Declaration

    Swift

    public func validate(name: String) throws