Class: Aws::Athena::Types::ListWorkGroupsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of workgroups to return in this request.

Returns:

  • (Integer)


2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2805

class ListWorkGroupsInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2805

class ListWorkGroupsInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end