UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The stack or layer’s Amazon Resource Number (ARN).
Declaration
Swift
public let resourceArn: String
-
A list of the keys of tags to be removed from a stack or layer.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeys: [String])