DeleteMaintenanceWindowResult

public struct DeleteMaintenanceWindowResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the deleted maintenance window.

    Declaration

    Swift

    public let windowId: String?
  • Undocumented

    Declaration

    Swift

    public init(windowId: String? = nil)