DescribeStreamInput

public struct DescribeStreamInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the stream.

    Declaration

    Swift

    public let streamARN: String?
  • The name of the stream.

    Declaration

    Swift

    public let streamName: String?
  • Undocumented

    Declaration

    Swift

    public init(streamARN: String? = nil, streamName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws