BackupDescription
public struct BackupDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains the details of the backup created for the table.
Declaration
Swift
public let backupDetails: BackupDetails?
-
Contains the details of the table when the backup was created.
Declaration
Swift
public let sourceTableDetails: SourceTableDetails?
-
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Declaration
Swift
public let sourceTableFeatureDetails: SourceTableFeatureDetails?
-
Undocumented
Declaration
Swift
public init(backupDetails: BackupDetails? = nil, sourceTableDetails: SourceTableDetails? = nil, sourceTableFeatureDetails: SourceTableFeatureDetails? = nil)