Class: Aws::Athena::Types::ListExecutorsResponse

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

#executors_summaryArray<Types::ExecutorsSummary>

Contains summary information about the executor.

Returns:



2377
2378
2379
2380
2381
2382
2383
# File 'lib/aws-sdk-athena/types.rb', line 2377

class ListExecutorsResponse < Struct.new(
  :session_id,
  :next_token,
  :executors_summary)
  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)


2377
2378
2379
2380
2381
2382
2383
# File 'lib/aws-sdk-athena/types.rb', line 2377

class ListExecutorsResponse < Struct.new(
  :session_id,
  :next_token,
  :executors_summary)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


2377
2378
2379
2380
2381
2382
2383
# File 'lib/aws-sdk-athena/types.rb', line 2377

class ListExecutorsResponse < Struct.new(
  :session_id,
  :next_token,
  :executors_summary)
  SENSITIVE = []
  include Aws::Structure
end