GetMaintenanceWindowExecutionTaskInvocationRequest

public struct GetMaintenanceWindowExecutionTaskInvocationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The invocation ID to retrieve.

    Declaration

    Swift

    public let invocationId: String
  • The ID of the specific task in the maintenance window task that should be retrieved.

    Declaration

    Swift

    public let taskId: String
  • The ID of the maintenance window execution for which the task is a part.

    Declaration

    Swift

    public let windowExecutionId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws