TagDeliveryStreamInput
public struct TagDeliveryStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the delivery stream to which you want to add the tags.
Declaration
Swift
public let deliveryStreamName: String
-
A set of key-value pairs to use to create the tags.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(deliveryStreamName: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws