Class: Aws::AppStream::Types::DescribeSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeSessionsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication method.
-
#fleet_name ⇒ String
The name of the fleet.
-
#instance_id ⇒ String
The identifier for the instance hosting the session.
-
#limit ⇒ Integer
The size of each page of results.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#stack_name ⇒ String
The name of the stack.
-
#user_id ⇒ String
The user identifier (ID).
Instance Attribute Details
#authentication_type ⇒ String
The authentication method. Specify API for a user authenticated
using a streaming URL or SAML for a SAML federated user. The
default is to authenticate users using a streaming URL.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet. This value is case-sensitive.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier for the instance hosting the session.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The size of each page of results. The default value is 20 and the maximum value is 50.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack. This value is case-sensitive.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3441 class DescribeSessionsRequest < Struct.new( :stack_name, :fleet_name, :user_id, :next_token, :limit, :authentication_type, :instance_id) SENSITIVE = [] include Aws::Structure end |