UntagOutput

public struct UntagOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the resource group from which tags have been removed.

    Declaration

    Swift

    public let arn: String?
  • The keys of the tags that were removed.

    Declaration

    Swift

    public let keys: [String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, keys: [String]? = nil)