UntagResourceInput

public struct UntagResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

    Declaration

    Swift

    public let resourceArn: String
  • A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws