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)


5084
5085
5086
5087
5088
# File 'lib/aws-sdk-ssm/types.rb', line 5084

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

#sessionsArray<Types::Session>

A list of sessions meeting the request parameters.

Returns:



5084
5085
5086
5087
5088
# File 'lib/aws-sdk-ssm/types.rb', line 5084

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