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.

Returns:

  • (Array<String>)


18568
18569
18570
18571
18572
18573
18574
# File 'lib/aws-sdk-glue/types.rb', line 18568

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.

Returns:

  • (String)


18568
18569
18570
18571
18572
18573
18574
# File 'lib/aws-sdk-glue/types.rb', line 18568

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

#sessionsArray<Types::Session>

Returns the session object.

Returns:



18568
18569
18570
18571
18572
18573
18574
# File 'lib/aws-sdk-glue/types.rb', line 18568

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