UntagOutput
public struct UntagOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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)
View on GitHub
UntagOutput Structure Reference