BatchGetChannelRequest

public struct BatchGetChannelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Array of ARNs, one per channel.

    Declaration

    Swift

    public let arns: [String]
  • Undocumented

    Declaration

    Swift

    public init(arns: [String])
  • Declaration

    Swift

    public func validate(name: String) throws