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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to be used by the next request if this request is truncated.

Returns:

  • (String)


695
696
697
698
699
# File 'lib/aws-sdk-athena/types.rb', line 695

class ListWorkGroupsOutput < Struct.new(
  :work_groups,
  :next_token)
  include Aws::Structure
end

#work_groupsArray<Types::WorkGroupSummary>

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

Returns:



695
696
697
698
699
# File 'lib/aws-sdk-athena/types.rb', line 695

class ListWorkGroupsOutput < Struct.new(
  :work_groups,
  :next_token)
  include Aws::Structure
end