Class: Aws::AppStream::Types::DescribeUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeUsersRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication type for the users in the user pool to describe.
-
#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.
Instance Attribute Details
#authentication_type ⇒ String
The authentication type for the users in the user pool to describe. You must specify USERPOOL.
3616 3617 3618 3619 3620 3621 3622 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3616 class DescribeUsersRequest < Struct.new( :authentication_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
3616 3617 3618 3619 3620 3621 3622 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3616 class DescribeUsersRequest < Struct.new( :authentication_type, :max_results, :next_token) SENSITIVE = [] 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.
3616 3617 3618 3619 3620 3621 3622 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3616 class DescribeUsersRequest < Struct.new( :authentication_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |