UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the resource to remove the tag from.

    Declaration

    Swift

    public let resourceId: String
  • The tag to remove from the specified resource.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws