Class: Aws::Types::ListUserProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUserProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id_equals ⇒ ::String
Returns the value of attribute domain_id_equals.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CreationTime", "LastModifiedTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#user_profile_name_contains ⇒ ::String
Returns the value of attribute user_profile_name_contains.
Instance Attribute Details
#domain_id_equals ⇒ ::String
Returns the value of attribute domain_id_equals.
8618 8619 8620 |
# File 'sig/types.rbs', line 8618 def domain_id_equals @domain_id_equals end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8615 8616 8617 |
# File 'sig/types.rbs', line 8615 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8614 8615 8616 |
# File 'sig/types.rbs', line 8614 def next_token @next_token end |
#sort_by ⇒ "CreationTime", "LastModifiedTime"
Returns the value of attribute sort_by.
8617 8618 8619 |
# File 'sig/types.rbs', line 8617 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8616 8617 8618 |
# File 'sig/types.rbs', line 8616 def sort_order @sort_order end |
#user_profile_name_contains ⇒ ::String
Returns the value of attribute user_profile_name_contains.
8619 8620 8621 |
# File 'sig/types.rbs', line 8619 def user_profile_name_contains @user_profile_name_contains end |