Class: Aws::Chime::Types::ListUsersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:user_email]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.



1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-chime/types.rb', line 1588

class ListUsersRequest < Struct.new(
  :account_id,
  :user_email,
  :user_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_email]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. Defaults to 100.



1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-chime/types.rb', line 1588

class ListUsersRequest < Struct.new(
  :account_id,
  :user_email,
  :user_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_email]
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.



1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-chime/types.rb', line 1588

class ListUsersRequest < Struct.new(
  :account_id,
  :user_email,
  :user_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_email]
  include Aws::Structure
end

#user_emailString

Optional. The user email address used to filter results. Maximum 1.



1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-chime/types.rb', line 1588

class ListUsersRequest < Struct.new(
  :account_id,
  :user_email,
  :user_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_email]
  include Aws::Structure
end

#user_typeString

The user type.



1588
1589
1590
1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-chime/types.rb', line 1588

class ListUsersRequest < Struct.new(
  :account_id,
  :user_email,
  :user_type,
  :max_results,
  :next_token)
  SENSITIVE = [:user_email]
  include Aws::Structure
end