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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


6379
6380
6381
6382
6383
6384
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6379

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

#sessionsArray<Types::Session>

A list of sessions meeting the request parameters.

Returns:



6379
6380
6381
6382
6383
6384
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6379

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