Class: Aws::Types::SearchUserProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchUserProfilesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
-
#user_type ⇒ "SSO_USER", ...
Returns the value of attribute user_type.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5712 5713 5714 |
# File 'sig/types.rbs', line 5712 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5713 5714 5715 |
# File 'sig/types.rbs', line 5713 def next_token @next_token end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
5711 5712 5713 |
# File 'sig/types.rbs', line 5711 def search_text @search_text end |
#user_type ⇒ "SSO_USER", ...
Returns the value of attribute user_type.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def user_type @user_type end |