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)


19955
19956
19957
19958
19959
19960
19961
19962
# File 'lib/aws-sdk-glue/types.rb', line 19955

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)


19955
19956
19957
19958
19959
19960
19961
19962
# File 'lib/aws-sdk-glue/types.rb', line 19955

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)


19955
19956
19957
19958
19959
19960
19961
19962
# File 'lib/aws-sdk-glue/types.rb', line 19955

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


19955
19956
19957
19958
19959
19960
19961
19962
# File 'lib/aws-sdk-glue/types.rb', line 19955

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