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)


6438
6439
6440
6441
6442
6443
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6438

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

#sessionsArray<Types::Session>

A list of sessions meeting the request parameters.

Returns:



6438
6439
6440
6441
6442
6443
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6438

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