Class: Aws::SSM::Types::DescribeSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeSessionsResponse
- Defined in:
- gems/aws-sdk-ssm/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.)
7147 7148 7149 7150 7151 7152 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7147 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
A list of sessions meeting the request parameters.
7147 7148 7149 7150 7151 7152 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7147 class DescribeSessionsResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |