Class: Aws::Chime::Types::ListUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListUsersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:user_email]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#user_email ⇒ String
Optional.
-
#user_type ⇒ String
The user type.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-chime/types.rb', line 5856 class ListUsersRequest < Struct.new( :account_id, :user_email, :user_type, :max_results, :next_token) SENSITIVE = [:user_email] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. Defaults to 100.
5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-chime/types.rb', line 5856 class ListUsersRequest < Struct.new( :account_id, :user_email, :user_type, :max_results, :next_token) SENSITIVE = [:user_email] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-chime/types.rb', line 5856 class ListUsersRequest < Struct.new( :account_id, :user_email, :user_type, :max_results, :next_token) SENSITIVE = [:user_email] include Aws::Structure end |
#user_email ⇒ String
Optional. The user email address used to filter results. Maximum 1.
5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-chime/types.rb', line 5856 class ListUsersRequest < Struct.new( :account_id, :user_email, :user_type, :max_results, :next_token) SENSITIVE = [:user_email] include Aws::Structure end |
#user_type ⇒ String
The user type.
5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-chime/types.rb', line 5856 class ListUsersRequest < Struct.new( :account_id, :user_email, :user_type, :max_results, :next_token) SENSITIVE = [:user_email] include Aws::Structure end |