Class: Aws::Athena::Types::ListNamedQueriesOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#named_query_idsArray<String>

The list of unique query IDs.

Returns:

  • (Array<String>)


590
591
592
593
594
# File 'lib/aws-sdk-athena/types.rb', line 590

class ListNamedQueriesOutput < Struct.new(
  :named_query_ids,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


590
591
592
593
594
# File 'lib/aws-sdk-athena/types.rb', line 590

class ListNamedQueriesOutput < Struct.new(
  :named_query_ids,
  :next_token)
  include Aws::Structure
end