DeregisterTargetFromMaintenanceWindowResult

public struct DeregisterTargetFromMaintenanceWindowResult : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let windowId: String?
  • The ID of the removed target definition.

    Declaration

    Swift

    public let windowTargetId: String?
  • Undocumented

    Declaration

    Swift

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