DescribeStreamSummaryInput

public struct DescribeStreamSummaryInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the stream to describe.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws