UntagStreamInput
public struct UntagStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
Declaration
Swift
public let streamARN: String? -
The name of the stream that you want to remove tags from.
Declaration
Swift
public let streamName: String? -
A list of the keys of the tags that you want to remove.
Declaration
Swift
public let tagKeyList: [String] -
Undocumented
Declaration
Swift
public init(streamARN: String? = nil, streamName: String? = nil, tagKeyList: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagStreamInput Structure Reference