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

Class: Aws::Athena::Types::ListNamedQueriesInput

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

Overview

Note:

When passing ListNamedQueriesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "Token",
  max_results: 1,
  work_group: "WorkGroupName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of queries to return in this request.

Returns:

  • (Integer)

    The maximum number of queries to return in this request.

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

The name of the workgroup from which the named queries are being returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.

Returns:

  • (String)

    The name of the workgroup from which the named queries are being returned.