class Aws::AppStream::Types::DescribeSessionsRequest
@note When making an API call, you may pass DescribeSessionsRequest
data as a hash: { stack_name: "String", # required fleet_name: "String", # required user_id: "UserId", next_token: "String", limit: 1, authentication_type: "API", # accepts API, SAML, USERPOOL }
@!attribute [rw] stack_name
The name of the stack. This value is case-sensitive. @return [String]
@!attribute [rw] fleet_name
The name of the fleet. This value is case-sensitive. @return [String]
@!attribute [rw] user_id
The user identifier (ID). If you specify a user ID, you must also specify the authentication type. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] limit
The size of each page of results. The default value is 20 and the maximum value is 50. @return [Integer]
@!attribute [rw] authentication_type
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeSessionsRequest AWS API Documentation
Constants
- SENSITIVE