Class: Aws::AppStream::Types::DescribeUsersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication type for the users in the user pool to describe. You must specify USERPOOL.



3075
3076
3077
3078
3079
3080
3081
# File 'lib/aws-sdk-appstream/types.rb', line 3075

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

#max_resultsInteger

The maximum size of each page of results.



3075
3076
3077
3078
3079
3080
3081
# File 'lib/aws-sdk-appstream/types.rb', line 3075

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



3075
3076
3077
3078
3079
3080
3081
# File 'lib/aws-sdk-appstream/types.rb', line 3075

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