GetMaintenanceWindowExecutionTaskRequest

public struct GetMaintenanceWindowExecutionTaskRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the specific task execution in the maintenance window task that should be retrieved.

    Declaration

    Swift

    public let taskId: String
  • The ID of the maintenance window execution that includes the task.

    Declaration

    Swift

    public let windowExecutionId: String
  • Undocumented

    Declaration

    Swift

    public init(taskId: String, windowExecutionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws