RemoveTagsInput

public struct RemoveTagsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.

    Declaration

    Swift

    public let resourceId: String
  • A list of tag keys to remove from a resource.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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