You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::DescribeSessionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeSessionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_name: "String", # required
  fleet_name: "String", # required
  user_id: "UserId",
  next_token: "String",
  limit: 1,
  authentication_type: "API", # accepts API, SAML, USERPOOL
}

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

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.

Possible values:

  • API
  • SAML
  • USERPOOL

Returns:

  • (String)

    The authentication method.

#fleet_nameString

The name of the fleet. This value is case-sensitive.

Returns:

  • (String)

    The name of the fleet.

#limitInteger

The size of each page of results. The default value is 20 and the maximum value is 50.

Returns:

  • (Integer)

    The size of each page of results.

#next_tokenString

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.

Returns:

  • (String)

    The pagination token to use to retrieve the next page of results for this operation.

#stack_nameString

The name of the stack. This value is case-sensitive.

Returns:

  • (String)

    The name of the stack.

#user_idString

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

Returns:

  • (String)

    The user identifier (ID).