Class: Aws::Athena::Types::ListDataCatalogsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the maximum number of data catalogs to return.

Returns:

  • (Integer)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-athena/types.rb', line 2196

class ListDataCatalogsInput < Struct.new(
  :next_token,
  :max_results,
  :work_group)
  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)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-athena/types.rb', line 2196

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

#work_groupString

The name of the workgroup. Required if making an IAM Identity Center request.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-athena/types.rb', line 2196

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