DescribeMaintenanceWindowTasksResult

public struct DescribeMaintenanceWindowTasksResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • Information about the tasks in the maintenance window.

    Declaration

    Swift

    public let tasks: [MaintenanceWindowTask]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tasks: [MaintenanceWindowTask]? = nil)