class Aws::AppStream::Types::DescribeUserStackAssociationsRequest

@note When making an API call, you may pass DescribeUserStackAssociationsRequest

data as a hash:

    {
      stack_name: "String",
      user_name: "Username",
      authentication_type: "API", # accepts API, SAML, USERPOOL
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] stack_name

The name of the stack that is associated with the user.
@return [String]

@!attribute [rw] user_name

The email address of the user who is associated with the stack.

<note markdown="1"> Users' email addresses are case-sensitive.

 </note>
@return [String]

@!attribute [rw] authentication_type

The authentication type for the user who is associated with the
stack. You must specify USERPOOL.
@return [String]

@!attribute [rw] max_results

The maximum size of each page of results.
@return [Integer]

@!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]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeUserStackAssociationsRequest AWS API Documentation

Constants

SENSITIVE