StopStreamRequest

public struct StopStreamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ARN of the channel for which the stream is to be stopped.

    Declaration

    Swift

    public let channelArn: String
  • Undocumented

    Declaration

    Swift

    public init(channelArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws