Class: Aws::Glue::Types::ListSessionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

Returns the ID of the session.



19979
19980
19981
19982
19983
19984
19985
# File 'lib/aws-sdk-glue/types.rb', line 19979

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

#next_tokenString

The token for the next set of results, or null if there are no more result.



19979
19980
19981
19982
19983
19984
19985
# File 'lib/aws-sdk-glue/types.rb', line 19979

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

#sessionsArray<Types::Session>

Returns the session object.



19979
19980
19981
19982
19983
19984
19985
# File 'lib/aws-sdk-glue/types.rb', line 19979

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