Class: Aws::Athena::Types::ListSessionsResponse

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

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


2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2875

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

#sessionsArray<Types::SessionSummary>

A list of sessions.

Returns:



2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2875

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