DeregisterTaskFromMaintenanceWindowResult

public struct DeregisterTaskFromMaintenanceWindowResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the maintenance window the task was removed from.

    Declaration

    Swift

    public let windowId: String?
  • The ID of the task removed from the maintenance window.

    Declaration

    Swift

    public let windowTaskId: String?
  • Undocumented

    Declaration

    Swift

    public init(windowId: String? = nil, windowTaskId: String? = nil)