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

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

Overview

Constant Summary collapse

SENSITIVE =
[:user_name]

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)


2868
2869
2870
2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2868

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

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2868
2869
2870
2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2868

class DescribeUserStackAssociationsRequest < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_name]
  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)


2868
2869
2870
2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2868

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

#stack_nameString

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

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2868

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

#user_nameString

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

Users' email addresses are case-sensitive.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2868

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