Class: Aws::AppStream::Types::DescribeUserStackAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeUserStackAssociationsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:user_name]
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication type for the user who is associated with the stack.
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#stack_name ⇒ String
The name of the stack that is associated with the user.
-
#user_name ⇒ String
The email address of the user who is associated with the stack.
Instance Attribute Details
#authentication_type ⇒ String
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
3031 3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3031 class DescribeUserStackAssociationsRequest < Struct.new( :stack_name, :user_name, :authentication_type, :max_results, :next_token) SENSITIVE = [:user_name] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
3031 3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3031 class DescribeUserStackAssociationsRequest < Struct.new( :stack_name, :user_name, :authentication_type, :max_results, :next_token) SENSITIVE = [:user_name] include Aws::Structure end |
#next_token ⇒ String
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.
3031 3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3031 class DescribeUserStackAssociationsRequest < Struct.new( :stack_name, :user_name, :authentication_type, :max_results, :next_token) SENSITIVE = [:user_name] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack that is associated with the user.
3031 3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3031 class DescribeUserStackAssociationsRequest < Struct.new( :stack_name, :user_name, :authentication_type, :max_results, :next_token) SENSITIVE = [:user_name] include Aws::Structure end |
#user_name ⇒ String
The email address of the user who is associated with the stack.
3031 3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3031 class DescribeUserStackAssociationsRequest < Struct.new( :stack_name, :user_name, :authentication_type, :max_results, :next_token) SENSITIVE = [:user_name] include Aws::Structure end |