DestinationBackup

public struct DestinationBackup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time when both the source backup was created.

    Declaration

    Swift

    public let createTimestamp: 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?
  • Undocumented

    Declaration

    Swift

    public init(createTimestamp: TimeStamp? = nil, sourceBackup: String? = nil, sourceCluster: String? = nil, sourceRegion: String? = nil)