DisableSnapshotCopyMessage

public struct DisableSnapshotCopyMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region. Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

    Declaration

    Swift

    public let clusterIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(clusterIdentifier: String)