ScheduledWindowExecution

public struct ScheduledWindowExecution : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

    Declaration

    Swift

    public let executionTime: String?
  • The name of the maintenance window to be run.

    Declaration

    Swift

    public let name: String?
  • The ID of the maintenance window to be run.

    Declaration

    Swift

    public let windowId: String?
  • Undocumented

    Declaration

    Swift

    public init(executionTime: String? = nil, name: String? = nil, windowId: String? = nil)