DescribeStreamInput

public struct DescribeStreamInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

    Declaration

    Swift

    public let exclusiveStartShardId: String?
  • The maximum number of shard objects to return. The upper limit is 100.

    Declaration

    Swift

    public let limit: Int?
  • The Amazon Resource Name (ARN) for the stream.

    Declaration

    Swift

    public let streamArn: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws