Backup

public struct Backup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier (ID) of the backup.

    Declaration

    Swift

    public let backupId: String
  • The state of the backup.

    Declaration

    Swift

    public let backupState: BackupState?
  • The identifier (ID) of the cluster that was backed up.

    Declaration

    Swift

    public let clusterId: String?
  • The date and time when the backup was copied from a source backup.

    Declaration

    Swift

    public let copyTimestamp: TimeStamp?
  • The date and time when the backup was created.

    Declaration

    Swift

    public let createTimestamp: TimeStamp?
  • The date and time when the backup will be permanently deleted.

    Declaration

    Swift

    public let deleteTimestamp: TimeStamp?
  • The identifier (ID) of the source backup from which the new backup was copied.

    Declaration

    Swift

    public let sourceBackup: String?
  • The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

    Declaration

    Swift

    public let sourceCluster: String?
  • The AWS Region that contains the source backup from which the new backup was copied.

    Declaration

    Swift

    public let sourceRegion: String?
  • The list of tags for the backup.

    Declaration

    Swift

    public let tagList: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(backupId: String, backupState: BackupState? = nil, clusterId: String? = nil, copyTimestamp: TimeStamp? = nil, createTimestamp: TimeStamp? = nil, deleteTimestamp: TimeStamp? = nil, sourceBackup: String? = nil, sourceCluster: String? = nil, sourceRegion: String? = nil, tagList: [Tag]? = nil)