UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the Kinesis Analytics application from which to remove the tags.
Declaration
Swift
public let resourceARN: String
-
A list of keys of tags to remove from the specified application.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws