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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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>)


15356
15357
15358
15359
15360
15361
15362
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15356

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)


15356
15357
15358
15359
15360
15361
15362
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15356

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

#sessionsArray<Types::Session>

Returns the session object.

Returns:



15356
15357
15358
15359
15360
15361
15362
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15356

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