UntagResourcesInput

public struct UntagResourcesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let resourceARNList: [String]
  • A list of the tag keys that you want to remove from the specified resources.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws