Class: Aws::Glue::Types::ListSessionsRequest

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

#max_resultsInteger

The maximum number of results.

Returns:

  • (Integer)


15332
15333
15334
15335
15336
15337
15338
15339
# File 'lib/aws-sdk-glue/types.rb', line 15332

class ListSessionsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags,
  :request_origin)
  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)


15332
15333
15334
15335
15336
15337
15338
15339
# File 'lib/aws-sdk-glue/types.rb', line 15332

class ListSessionsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end

#request_originString

The origin of the request.

Returns:

  • (String)


15332
15333
15334
15335
15336
15337
15338
15339
# File 'lib/aws-sdk-glue/types.rb', line 15332

class ListSessionsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags belonging to the session.

Returns:

  • (Hash<String,String>)


15332
15333
15334
15335
15336
15337
15338
15339
# File 'lib/aws-sdk-glue/types.rb', line 15332

class ListSessionsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end