DeleteDiskRequest

public struct DeleteDiskRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique name of the disk you want to delete (e.g., my-disk).

    Declaration

    Swift

    public let diskName: String
  • A Boolean value to indicate whether to delete the enabled add-ons for the disk.

    Declaration

    Swift

    public let forceDeleteAddOns: Bool?
  • Undocumented

    Declaration

    Swift

    public init(diskName: String, forceDeleteAddOns: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws