Stream
public struct Stream : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the stream.
Declaration
Swift
public let streamArn: String?
-
A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique: the AWS customer ID. the table name the StreamLabel
Declaration
Swift
public let streamLabel: String?
-
The DynamoDB table with which the stream is associated.
Declaration
Swift
public let tableName: String?
-
Undocumented
Declaration
Swift
public init(streamArn: String? = nil, streamLabel: String? = nil, tableName: String? = nil)