DescribeStreamInput

public struct DescribeStreamInput : AWSShape
extension Kinesis.DescribeStreamInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The shard ID of the shard to start with.

    Declaration

    Swift

    public let exclusiveStartShardId: String?
  • The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.

    Declaration

    Swift

    public let limit: Int?
  • The name of the stream to describe.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(exclusiveStartShardId: String? = nil, limit: Int? = nil, streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws