RemoveTagsFromStreamInput
public struct RemoveTagsFromStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the stream.
Declaration
Swift
public let streamName: String -
A list of tag keys. Each corresponding tag is removed from the stream.
Declaration
Swift
public let tagKeys: [String] -
Undocumented
Declaration
Swift
public init(streamName: String, tagKeys: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RemoveTagsFromStreamInput Structure Reference