You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Athena::Types::ListWorkGroupsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.

#work_groupsArray<Types::WorkGroupSummary>

The list of workgroups, including their names, descriptions, creation times, and states.

Returns:

  • (Array<Types::WorkGroupSummary>)

    The list of workgroups, including their names, descriptions, creation times, and states.