DescribeStreamOutput

public struct DescribeStreamOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

    Declaration

    Swift

    public let streamDescription: StreamDescription?
  • Undocumented

    Declaration

    Swift

    public init(streamDescription: StreamDescription? = nil)