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