Class: Aws::MPA::Types::ListSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListSessionsResponse
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#sessions ⇒ Array<Types::ListSessionsResponseSession>
An array of
ListSessionsResponseSessionobjects.
Instance Attribute Details
#next_token ⇒ String
If present, indicates that more output is available than is included
in the current response. Use this value in the NextToken request
parameter in a next call to the operation to get more output. You
can repeat this until the NextToken response element returns
null.
1484 1485 1486 1487 1488 1489 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1484 class ListSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::ListSessionsResponseSession>
An array of ListSessionsResponseSession objects. Contains details
for the sessions.
1484 1485 1486 1487 1488 1489 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1484 class ListSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |