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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#user_list ⇒ ::Array[Types::User]
Returns the value of attribute user_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7984 7985 7986 |
# File 'sig/types.rbs', line 7984 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7985 7986 7987 |
# File 'sig/types.rbs', line 7985 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7986 7987 7988 |
# File 'sig/types.rbs', line 7986 def status @status end |
#user_list ⇒ ::Array[Types::User]
Returns the value of attribute user_list.
7983 7984 7985 |
# File 'sig/types.rbs', line 7983 def user_list @user_list end |