Class: Aws::Types::ListUsersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_summary_list ⇒ ::Array[Types::UserSummary]
Returns the value of attribute user_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5651 5652 5653 |
# File 'sig/types.rbs', line 5651 def next_token @next_token end |
#user_summary_list ⇒ ::Array[Types::UserSummary]
Returns the value of attribute user_summary_list.
5650 5651 5652 |
# File 'sig/types.rbs', line 5650 def user_summary_list @user_summary_list end |