Class: Aws::AppStream::Types::DescribeUserStackAssociationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-appstream/types.rb', line 1530

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


1530
1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-appstream/types.rb', line 1530

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  include Aws::Structure
end

#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)


1530
1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-appstream/types.rb', line 1530

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  include Aws::Structure
end

#stack_nameString

The name of the stack that is associated with the user.

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-appstream/types.rb', line 1530

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  include Aws::Structure
end

#user_nameString

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

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-appstream/types.rb', line 1530

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  include Aws::Structure
end