Class: Aws::EMR::Types::ListSessionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Output of the ListSessions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use in a subsequent ListSessions call to retrieve the next page of results. This field is absent when there are no more results.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4698

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

#sessionsArray<Types::Session>

The sessions that match the request.

Returns:



4698
4699
4700
4701
4702
4703
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4698

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