ListWorkGroupsOutput

public struct ListWorkGroupsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

    Declaration

    Swift

    public let nextToken: String?
  • The list of workgroups, including their names, descriptions, creation times, and states.

    Declaration

    Swift

    public let workGroups: [WorkGroupSummary]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, workGroups: [WorkGroupSummary]? = nil)