DeleteBackupSelectionInput

public struct DeleteBackupSelectionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Uniquely identifies a backup plan.

    Declaration

    Swift

    public let backupPlanId: String
  • Uniquely identifies the body of a request to assign a set of resources to a backup plan.

    Declaration

    Swift

    public let selectionId: String
  • Undocumented

    Declaration

    Swift

    public init(backupPlanId: String, selectionId: String)