AddTagsToStreamInput
public struct AddTagsToStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the stream.
Declaration
Swift
public let streamName: String -
A set of up to 10 key-value pairs to use to create the tags.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(streamName: String, tags: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddTagsToStreamInput Structure Reference