Class: Aws::SSM::Types::DescribeSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeSessionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#sessions ⇒ Array<Types::Session>
A list of sessions meeting the request parameters.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
6458 6459 6460 6461 6462 6463 |
# File 'lib/aws-sdk-ssm/types.rb', line 6458 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
A list of sessions meeting the request parameters.
6458 6459 6460 6461 6462 6463 |
# File 'lib/aws-sdk-ssm/types.rb', line 6458 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |