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.)
6561 6562 6563 6564 6565 6566 |
# File 'lib/aws-sdk-ssm/types.rb', line 6561 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
A list of sessions meeting the request parameters.
6561 6562 6563 6564 6565 6566 |
# File 'lib/aws-sdk-ssm/types.rb', line 6561 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |