CancelMaintenanceWindowExecutionResult

public struct CancelMaintenanceWindowExecutionResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the maintenance window execution that has been stopped.

    Declaration

    Swift

    public let windowExecutionId: String?
  • Undocumented

    Declaration

    Swift

    public init(windowExecutionId: String? = nil)