UpdateChannelClassRequest
public struct UpdateChannelClassRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let channelClass: ChannelClass
-
Undocumented
Declaration
Swift
public let channelId: String
-
Undocumented
Declaration
Swift
public let destinations: [OutputDestination]?
-
Undocumented
Declaration
Swift
public init(channelClass: ChannelClass, channelId: String, destinations: [OutputDestination]? = nil)
-
Declaration
Swift
public func validate(name: String) throws