TagStreamInput
public struct TagStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
Declaration
Swift
public let streamARN: String?
-
The name of the stream that you want to add the tag or tags to.
Declaration
Swift
public let streamName: String?
-
A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
Declaration
Swift
public let tags: [String : String]
-
Undocumented
Declaration
Swift
public init(streamARN: String? = nil, streamName: String? = nil, tags: [String : String])
-
Declaration
Swift
public func validate(name: String) throws