Class: Aws::AppStream::Types::DescribeSessionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeSessionsResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#sessions ⇒ Array<Types::Session>
Information about the streaming sessions.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2900 class DescribeSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
Information about the streaming sessions.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2900 class DescribeSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |