DeleteDBClusterSnapshotMessage

public struct DeleteDBClusterSnapshotMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the DB cluster snapshot to delete. Constraints: Must be the name of an existing DB cluster snapshot in the available state.

    Declaration

    Swift

    public let dBClusterSnapshotIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(dBClusterSnapshotIdentifier: String)