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

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

#max_resultsInteger

The maximum number of results.

Returns:

  • (Integer)


15061
15062
15063
15064
15065
15066
15067
15068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061

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)


15061
15062
15063
15064
15065
15066
15067
15068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061

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)


15061
15062
15063
15064
15065
15066
15067
15068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061

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


15061
15062
15063
15064
15065
15066
15067
15068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061

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