Class: Aws::SSM::Types::DescribeSessionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


5828
5829
5830
5831
5832
# File 'lib/aws-sdk-ssm/types.rb', line 5828

class DescribeSessionsResponse < Struct.new(
  :sessions,
  :next_token)
  include Aws::Structure
end

#sessionsArray<Types::Session>

A list of sessions meeting the request parameters.

Returns:



5828
5829
5830
5831
5832
# File 'lib/aws-sdk-ssm/types.rb', line 5828

class DescribeSessionsResponse < Struct.new(
  :sessions,
  :next_token)
  include Aws::Structure
end